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.hpull/18/head
parent
5519d06cee
commit
7d9b0aeadd
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue