Skip to content

Commit

Permalink
Merge pull request #341 from ardabbour/patch-1
Browse files Browse the repository at this point in the history
Install the package.xml file
  • Loading branch information
SRombauts authored Jan 7, 2022
2 parents beb2b29 + 6e1242f commit 7f83089
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ install(TARGETS SQLiteCpp
COMPONENT libraries)
install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} COMPONENT headers FILES_MATCHING REGEX ".*\\.(hpp|h)$")
install(EXPORT ${PROJECT_NAME}Targets DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})
install(FILES ${PROJECT_SOURCE_DIR}/package.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME})

include(CMakePackageConfigHelpers)
write_basic_package_version_file(
Expand Down

0 comments on commit 7f83089

Please sign in to comment.