anope/data/CMakeLists.txt

5 lines
168 B
CMake
Raw Permalink Normal View History

set(DATA botserv.conf chanserv.conf global.conf hostserv.conf nickserv.conf operserv.conf services.conf services.chk)
2023-05-07 10:44:21 -07:00
install(FILES ${DATA}
DESTINATION ${CONF_DIR}
)