mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
* Deleted some files that also shouldn't have been there. --HG-- branch : trunk rename : sql/tools/CMakeLists.txt => sql/CMakeLists.txt
11 lines
220 B
CMake
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)
|