anope/data/CMakeLists.txt

5 lines
168 B
CMake

set(DATA botserv.conf chanserv.conf global.conf hostserv.conf nickserv.conf operserv.conf services.conf services.chk)
install(FILES ${DATA}
DESTINATION ${CONF_DIR}
)