We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
copy_cfg
copy_addons
copy_platforms
run-dmake
cppcheck-gui
1 parent 5da14ca commit f4d15c9Copy full SHA for f4d15c9
1 file changed
gui/CMakeLists.txt
@@ -86,6 +86,13 @@ CheckOptions:
86
install(FILES cppcheck-gui.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps)
87
install(FILES cppcheck-gui.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/64x64/apps)
88
89
+ add_dependencies(cppcheck-gui copy_cfg)
90
+ add_dependencies(cppcheck-gui copy_addons)
91
+ add_dependencies(cppcheck-gui copy_platforms)
92
+ if (NOT DISABLE_DMAKE)
93
+ add_dependencies(cppcheck-gui run-dmake)
94
+ endif()
95
+
96
if (BUILD_TESTS)
97
add_subdirectory(test)
98
endif()
0 commit comments