4
mirror of git://git.acid.vegas/anope.git synced 2024-11-15 04:06:42 +00:00
anope/data/CMakeLists.txt

5 lines
168 B
CMake
Raw Normal View History

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