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 0821b5f commit 9da2d3aCopy full SHA for 9da2d3a
CMakeLists.txt
@@ -284,6 +284,7 @@ endif()
284
285
set_target_properties(gui PROPERTIES OUTPUT_NAME cutechess)
286
set_target_properties(gui PROPERTIES AUTOUIC_SEARCH_PATHS ${CMAKE_CURRENT_SOURCE_DIR}/projects/gui/ui)
287
+set_target_properties(gui PROPERTIES WIN32_EXECUTABLE ON)
288
289
target_include_directories(gui PRIVATE
290
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/projects/gui/3rdparty/qcustomplot>
0 commit comments