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 ff52f5b commit a8b5307Copy full SHA for a8b5307
gui/CMakeLists.txt
@@ -32,6 +32,9 @@ CheckOptions:
32
list(APPEND cppcheck-gui_SOURCES $<TARGET_OBJECTS:tinyxml2_objs>)
33
endif()
34
35
+ if (WIN32)
36
+ list(APPEND cppcheck-gui_SOURCES cppcheck-gui.rc)
37
+ endif()
38
39
add_executable(cppcheck-gui ${cppcheck-gui-deps} ${cppcheck-gui_SOURCES})
40
set_target_properties(cppcheck-gui PROPERTIES AUTOMOC ON)
0 commit comments