mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
6 lines
100 B
CMake
6 lines
100 B
CMake
FILE(GLOB _SQL_UPDATES *.sql)
|
|
|
|
INSTALL(FILES
|
|
${_SQL_UPDATES}
|
|
DESTINATION share/trinity/sql/updates)
|