We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1484a29 commit 06fd409Copy full SHA for 06fd409
1 file changed
cmake/phasar_macros.cmake
@@ -240,6 +240,9 @@ macro(add_phasar_library name)
240
EXPORT ${name}-targets
241
COMPONENT ${component_name}
242
243
+ LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
244
+ ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
245
+
246
# NOTE: Library, archive and runtime destination are automatically set by
247
# GNUInstallDirs which is included in the top-level CMakeLists.txt
248
)
0 commit comments