summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
blob: 9f7e5e6655e6a33dd34c27f200c3c1e48e0eda25 (plain)
1
2
3
4
5
6
# Only install example.chk and anope.example.conf from this directory
# NOTE: I would've had this just find all files in the directory, but that would include files not needed (like this file)
set(DATA cron.example.sh anope.example.conf botserv.example.conf hostserv.example.conf modules.example.conf operserv.example.conf chanserv.example.conf global.example.conf memoserv.example.conf nickserv.example.conf chanstats.example.conf irc2sql.example.conf stats.standalone.example.conf)
install(FILES ${DATA}
  DESTINATION ${CONF_DIR}
)