mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-17 13:29:41 -04:00
8413356d0e
--HG-- branch : trunk
6 lines
100 B
CMake
6 lines
100 B
CMake
FILE(GLOB _SQL_UPDATES *.sql)
|
|
|
|
INSTALL(FILES
|
|
${_SQL_UPDATES}
|
|
DESTINATION share/trinity/sql/updates)
|