mirror of
https://github.com/QuasarApp/Hanoi-Towers.git
synced 2025-05-10 16:39:33 +00:00
disable wasmbuild
This commit is contained in:
parent
9587bae60a
commit
6bd993e462
@ -10,6 +10,15 @@ project(HanoiTowers)
|
||||
|
||||
set(BUILD_SHARED_LIBS ON)
|
||||
|
||||
if (DEFINED TARGET_PLATFORM_TOOLCHAIN)
|
||||
if (${TARGET_PLATFORM_TOOLCHAIN} STREQUAL "wasm32")
|
||||
include(QuasarAppLib/CMake/QuasarAppCITargets.cmake)
|
||||
initAll()
|
||||
return()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
include(Heart/QuasarAppLib/CMake/ccache.cmake)
|
||||
include(Heart/QuasarAppLib/CMake/QuasarAppCITargets.cmake)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user