mirror of
https://github.com/worldforge/cyphesis
synced 2026-08-13 12:26:04 -04:00
13 lines
481 B
CMake
13 lines
481 B
CMake
configure_file(cyphesis.vconf.in cyphesis.vconf @ONLY)
|
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/cyphesis.vconf DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/cyphesis)
|
|
|
|
macro(wf_install_ruleset RULESET)
|
|
install(DIRECTORY ${RULESET}/ DESTINATION ${CMAKE_INSTALL_FULL_SYSCONFDIR}/cyphesis/${RULESET}.d)
|
|
endmacro()
|
|
|
|
#wf_install_ruleset(acorn)
|
|
wf_install_ruleset(deeds)
|
|
#wf_install_ruleset(mars)
|
|
#wf_install_ruleset(mason)
|
|
#wf_install_ruleset(minimal)
|
|
#wf_install_ruleset(werewolf)
|