Skip to content

Commit

Permalink
Merge pull request #6 from awslabs/actually_install_headers
Browse files Browse the repository at this point in the history
It would help if I actually installed the damn header files.
  • Loading branch information
JonathanHenson authored Feb 13, 2019
2 parents 49a2bd2 + 4dc7595 commit 90eb144
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ configure_file("cmake/${CMAKE_PROJECT_NAME}-config.cmake"
"${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_PROJECT_NAME}-config.cmake"
@ONLY)

install(FILES ${AWS_CAL_HEADERS} DESTINATION "include/aws/cal" COMPONENT Development)

install(EXPORT "${CMAKE_PROJECT_NAME}-targets"
DESTINATION "${LIBRARY_DIRECTORY}/${CMAKE_PROJECT_NAME}/cmake"
NAMESPACE AWS::
Expand Down

0 comments on commit 90eb144

Please sign in to comment.