diff --git a/engine/client/CMakeLists.txt b/engine/client/CMakeLists.txt index 09869e54..9fb3c9e0 100644 --- a/engine/client/CMakeLists.txt +++ b/engine/client/CMakeLists.txt @@ -1,2 +1,3 @@ - -add_subdirectory(application) +if (DEFINED _MIFF OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") + add_subdirectory(application) +endif()