mirror of
https://github.com/anope/anope.git
synced 2026-06-25 15:06:37 +02:00
3f80e1cad0
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2798 5417fbe8-f217-4b02-8779-1006273d7864
7 lines
276 B
CMake
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
|
|
)
|