diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f5f885..a65c3d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -108,7 +108,7 @@ install( EXPORT normTargets DESTINATION ${INSTALL_CONFIGDIR} ) -install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/norm) +install(FILES include/normApi.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) # Create a ConfigVersion.cmake file include(CMakePackageConfigHelpers)