Skip to content

Commit

Permalink
Merge branch 'main' of github.com:jedisct1/libaegis
Browse files Browse the repository at this point in the history
* 'main' of github.com:jedisct1/libaegis:
  generate aegis-config-version.cmake file (#10)
  • Loading branch information
jedisct1 committed Jul 23, 2024
2 parents cb03990 + db12de5 commit 5a8a3fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ configure_package_CONFIG_FILE("${CONFIG_TEMPLATE_FILE}" "${CONFIG_FILE}"

install(FILES "${CONFIG_FILE}" DESTINATION "${INSTALL_CONFIG_DIR}")

write_basic_package_version_file("${PROJECT_NAME}-config-version.cmake" VERSION 0.1.24 COMPATIBILITY AnyNewerVersion)
install(FILES "${PROJECT_NAME}-config-version.cmake" DESTINATION "${INSTALL_CONFIG_DIR}")

export(EXPORT "${TARGETS_EXPORT_NAME}" FILE "${TARGETS_EXPORT_FILE}" NAMESPACE "${PROJECT_NAME}::")

export(PACKAGE "${PROJECT_NAME}")

0 comments on commit 5a8a3fd

Please sign in to comment.