Install norm into include instead of include/norm (#11)

* Install norm into include instead of include/norm

Does not break existing use of norm

* Only installs normApi.h
pull/18/head
mjvk 2020-06-09 05:03:02 +02:00 committed by GitHub
parent 5519d06cee
commit 7d9b0aeadd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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