Skip to content

Commit

Permalink
some more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Feb 5, 2024
1 parent d6d710c commit 3d4165b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions obfuscator/src/main/resources/sources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3d4165b

Please sign in to comment.