We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72256f8 commit d19f865Copy full SHA for d19f865
CMakeLists.txt
@@ -199,6 +199,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES CXX_VISIBILITY_PRESET hidden)
199
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_20)
200
201
if (WIN32)
202
+ target_compile_definitions(${PROJECT_NAME} PUBLIC -DNOMINMAX)
203
if (MSVC)
204
target_compile_options(${PROJECT_NAME} PUBLIC /bigobj)
205
endif()
0 commit comments