mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
8 lines
133 B
CMake
8 lines
133 B
CMake
add_subdirectory(2.4.3_updates)
|
|
|
|
FILE(GLOB _SQL_UPDATES *.sql)
|
|
|
|
INSTALL(FILES
|
|
${_SQL_UPDATES}
|
|
DESTINATION share/trinity/sql/updates)
|