diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5dca2df..2ec56aa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -123,7 +123,7 @@ install(TARGETS ${library_name} RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib - INCLUDES DESTINATION include + INCLUDES DESTINATION include/${library_name} ) install(EXPORT adsTargets