mirror of
https://github.com/anope/anope.git
synced 2026-07-10 06:23:14 +02:00
2d72446860
Also some tweaks to generation files (like version.sh) to take both input and output files as arguments, to handle CMake when it's used for an out-of-source build. git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1836 5417fbe8-f217-4b02-8779-1006273d7864
6 lines
87 B
CMake
6 lines
87 B
CMake
set(DATA example.chk example.conf)
|
|
install(FILES ${DATA}
|
|
DESTINATION "${DATADIR}"
|
|
)
|
|
|