mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-06 17:27:58 +00:00
CMake Refactor and Github Actions Hook
This commit is contained in:
7
CMake/install/install.cmake
Normal file
7
CMake/install/install.cmake
Normal 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")
|
||||
Reference in New Issue
Block a user