CMake Refactor and Github Actions Hook

This commit is contained in:
Michael Legleux
2022-01-05 07:36:56 -08:00
committed by GitHub
parent aa65d1669d
commit 2f0b3235ee
11 changed files with 105 additions and 104 deletions

View File

@@ -0,0 +1,7 @@
set(CLIO_INSTALL_DIR /opt/clio)
set(CMAKE_INSTALL_PREFIX ${CLIO_INSTALL_DIR})
install(TARGETS clio_server DESTINATION bin)
# install(TARGETS clio_tests DESTINATION bin) # NOTE: Do we want to install the tests?
install(FILES example-config.json DESTINATION etc/clio)
install(SCRIPT "${CMAKE_SOURCE_DIR}/CMake/install/PostInstall.cmake")