4
mirror of git://git.acid.vegas/anope.git synced 2024-11-14 11:46:42 +00:00
anope/data/CMakeLists.txt
2023-05-07 13:44:21 -04:00

5 lines
155 B
CMake

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