Compare commits

..

2 Commits

Author SHA1 Message Date
IvanInventor cbbac9aa70
Merge 09a22bc476 into dd62b9685f 2024-01-08 02:25:40 +00:00
Vano 09a22bc476 CMake test project rewrite, test script exports before running test 2024-01-06 01:57:29 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if(${PLATFORM} STREQUAL "WEB")
PREFIX "lib" PREFIX "lib"
SUFFIX ".wasm" SUFFIX ".wasm"
) )
elseif(${PLATFORM} STREQUAL "MACOS") elseif(${PLATFORM} STREQUAL "MACOS" OR ${PLATFORM} STREQUAL "IOS")
# TODO: create framework with cmake FRAMEWORK property # TODO: create framework with cmake FRAMEWORK property
# or with template file # or with template file
message(WARNING "Mac/IOS framework configuration is not tested and may not work.") message(WARNING "Mac/IOS framework configuration is not tested and may not work.")