mirror of
git://git.acid.vegas/anope.git
synced 2024-11-15 04:06:42 +00:00
5 lines
168 B
CMake
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}
|
|
)
|