1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 15:06:37 +02:00
Files
anope/data/CMakeLists.txt
T

7 lines
276 B
CMake

# Only install example.chk and 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 example.chk example.conf tables.sql)
install(FILES ${DATA}
DESTINATION data
)