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