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 395c084 commit dd79f16Copy full SHA for dd79f16
lib/CMakeLists.txt
@@ -66,3 +66,9 @@ endif()
66
if (NOT CMAKE_DISABLE_PRECOMPILE_HEADERS)
67
target_precompile_headers(cppcheck-core PRIVATE precompiled.h)
68
endif()
69
+
70
+if(BUILD_CORE_DLL)
71
+ install(TARGETS cppcheck-core
72
+ RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}
73
+ COMPONENT applications)
74
+endif()
0 commit comments