We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c99f70 commit 7d33d4bCopy full SHA for 7d33d4b
1 file changed
CMakeLists.txt
@@ -11,6 +11,10 @@ endif()
11
if (MSVC)
12
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
13
add_compile_definitions(_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING)
14
+ add_compile_options(
15
+ $<$<COMPILE_LANGUAGE:C>:/MP>
16
+ $<$<COMPILE_LANGUAGE:CXX>:/MP>
17
+ )
18
endif()
19
20
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
0 commit comments