mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
9 lines
191 B
CMake
9 lines
191 B
CMake
add_subdirectory(2.4.3_old)
|
|
add_subdirectory(Obsolete_updates)
|
|
add_subdirectory(3.0.9_old)
|
|
|
|
FILE(GLOB _SQL_UPDATES *.sql)
|
|
|
|
INSTALL(FILES
|
|
${_SQL_UPDATES}
|
|
DESTINATION share/trinity/sql/updates) |