summaryrefslogtreecommitdiff
path: root/data/CMakeLists.txt
blob: 461ea287a35ca4ef0b64a33aa2da5a040854b2f1 (plain)
1
2
3
4
5
6
# 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 mysql/tables.sql)
install(FILES ${DATA}
  DESTINATION data
)