Compare commits
2 Commits
851e049ebf
...
cbbac9aa70
Author | SHA1 | Date |
---|---|---|
|
cbbac9aa70 | |
|
09a22bc476 |
|
@ -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.")
|
||||||
|
|
Loading…
Reference in New Issue