Fix wrong include path in CMake install (#491)

This commit is contained in:
Nicolas Elie
2023-03-06 14:52:57 +01:00
committed by GitHub
parent 7e63919c08
commit 46e0d832f8

View File

@@ -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