We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7536500 commit 9524828Copy full SHA for 9524828
1 file changed
gui/CMakeLists.txt
@@ -26,7 +26,7 @@ CheckOptions:
26
endif()
27
28
add_executable(cppcheck-gui ${cppcheck-gui-deps} ${cppcheck-gui_SOURCES})
29
- target_link_libraries(frontend_objs cppcheck-core simplecpp tinyxml2 picojson)
+ target_link_libraries(cppcheck-gui cppcheck-core simplecpp tinyxml2 picojson)
30
31
set_target_properties(cppcheck-gui PROPERTIES AUTOMOC ON)
32
set_target_properties(cppcheck-gui PROPERTIES WIN32_EXECUTABLE ON)
0 commit comments