Files
src/engine/client/CMakeLists.txt
T
DarthArgus 8cb5a17cd9 miff doesn't compile properly in release or minsizerel modes under clang; for now we'll work around it between this and the build script
properly bind these

Revert "properly bind these"

This reverts commit 367f0e2d9aa1fcbb9637797965dc254f8b556c69.
2018-05-16 05:40:04 +00:00

4 lines
103 B
CMake

if (DEFINED _MIFF OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
add_subdirectory(application)
endif()