mirror of
https://github.com/QuasarApp/Patronum.git
synced 2025-05-11 22:49:34 +00:00
disable tests of the wasm build
This commit is contained in:
parent
33b5a8fcf6
commit
cad875e2cc
@ -22,7 +22,11 @@ endif()
|
||||
include(Patronum/QuasarAppLib/CMake/ccache.cmake)
|
||||
# Add sub directories
|
||||
add_subdirectory(Patronum)
|
||||
add_subdirectory(Tests)
|
||||
|
||||
if (${TARGET_PLATFORM_TOOLCHAIN} NOT STREQUAL "wasm32")
|
||||
add_subdirectory(Tests)
|
||||
endif()
|
||||
|
||||
|
||||
include(Patronum/QuasarAppLib/CMake/QuasarAppCITargets.cmake)
|
||||
initAll()
|
||||
|
Loading…
x
Reference in New Issue
Block a user