Fixed header locations in cmake recipe.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-07-30 12:27:17 +02:00
parent 04ccca4658
commit e5e4524947
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -14,5 +14,5 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
SOVERSION ${${PROJECT_NAME}_VERSION_MAJOR})
install(TARGETS ${PROJECT_NAME} DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(FILES src/${CMAKE_PROJECT_NAME}.hpp src/${CMAKE_PROJECT_NAME}_c.h
install(FILES ${CMAKE_PROJECT_NAME}.hpp ${CMAKE_PROJECT_NAME}_c.h
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})