4
0
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:
Andrei Yankovich 2021-04-12 12:25:45 +03:00
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)