commit | 8f977cae31c950e889e3fae73df732d8b4574f18 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Mar 22 17:52:52 2021 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Mar 22 17:52:52 2021 +0100 |
tree | d5f0ffcdf2611343f4b8a4887af59a0507f1ca56 | |
parent | 3919b6354b850ae4f3c46af90fbffa4257e4829f [diff] [blame] |
Fix missing installation of libcollocatordb_static Change-Id: I4ce807ef44e842e27b2e9961578ed3ca3a5e123a
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e554e2..7d70cda 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -36,6 +36,6 @@ add_test(STATIC_LIBRARY_TEST static_library_test) # Install library -install(TARGETS ${PROJECT_NAME} +install(TARGETS ${PROJECT_NAME} collocatordb_static LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})