Bump to version 1.1.0.

- remove debug output
- add scripts, README, Containerfiles, and LICENSE to install.
This commit is contained in:
2023-10-24 19:07:16 -07:00
parent 6a353e811a
commit a0b6d45c8a
5 changed files with 14 additions and 6 deletions

View File

@@ -18,5 +18,6 @@ include(CMakePackageConfigHelpers)
install(TARGETS ${PROJECT_NAME}-packager RUNTIME DESTINATION bin)
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/man DESTINATION share)
install(FILES ${SCRIPTS} DESTINATION share/sc/scripts)
install(FILES ${CONTAINERFILES} DESTINATION share/sc/containers)
install(FILES README.md LICENSE DESTINATION share/sc)