diff --git a/obfuscator/src/main/resources/sources/CMakeLists.txt b/obfuscator/src/main/resources/sources/CMakeLists.txt index 21bb57b..1998f2d 100644 --- a/obfuscator/src/main/resources/sources/CMakeLists.txt +++ b/obfuscator/src/main/resources/sources/CMakeLists.txt @@ -19,6 +19,8 @@ elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_DEBUG build/lib) set(CMAKE_RUNTIME_OUTPUT_DIRECTORY_RELEASE build/lib) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /MP8 /wd4102 /wd4101 /EHsc") +elseif ("${CMAKE_CXX_COMPILER_ID" STREQUAL "Clang") +elseif ("${CMAKE_CXX_COMPILER_ID" STREQUAL "AppleClang") else() message(AUTHOR_WARNING "You are using an unsupported compiler! Compilation has only been tested with MSVC and GCC.") endif()