mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 21:50:50 -04:00
f6081c6cf9
--HG-- branch : trunk
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)
|