Files
TrinityCore/sql/CMakeLists.txt
Xanadu fdc4adbfe1 * Returned CMakeLists.txt misplaced in the merge. Thanks to click for spotting it.
* Deleted some files that also shouldn't have been there.

--HG--
branch : trunk
rename : sql/tools/CMakeLists.txt => sql/CMakeLists.txt
2010-07-20 06:53:27 +02:00

11 lines
220 B
CMake

add_subdirectory(updates)
add_subdirectory(scripts)
add_subdirectory(base)
add_subdirectory(create)
########### install files ###############
FILE(GLOB _SQL *.sql)
install(FILES ${_SQL} DESTINATION share/trinity/sql)