Skip to content

Commit

Permalink
added copy_cfg, copy_addons, copy_platforms and run-dmake as …
Browse files Browse the repository at this point in the history
…`cppcheck-gui` dependencies (#6882)
  • Loading branch information
firewave authored Oct 10, 2024
1 parent 5da14ca commit f4d15c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ CheckOptions:
install(FILES cppcheck-gui.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps)
install(FILES cppcheck-gui.png DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/64x64/apps)

add_dependencies(cppcheck-gui copy_cfg)
add_dependencies(cppcheck-gui copy_addons)
add_dependencies(cppcheck-gui copy_platforms)
if (NOT DISABLE_DMAKE)
add_dependencies(cppcheck-gui run-dmake)
endif()

if (BUILD_TESTS)
add_subdirectory(test)
endif()
Expand Down

0 comments on commit f4d15c9

Please sign in to comment.