We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb2b29 commit 6e1242fCopy full SHA for 6e1242f
CMakeLists.txt
@@ -319,6 +319,7 @@ install(TARGETS SQLiteCpp
319
COMPONENT libraries)
320
install(DIRECTORY include/ DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} COMPONENT headers FILES_MATCHING REGEX ".*\\.(hpp|h)$")
321
install(EXPORT ${PROJECT_NAME}Targets DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})
322
+install(FILES ${PROJECT_SOURCE_DIR}/package.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME})
323
324
include(CMakePackageConfigHelpers)
325
write_basic_package_version_file(
0 commit comments