mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-17 16:10:49 +01:00
8 lines
290 B
CMake
8 lines
290 B
CMake
add_subdirectory(updates)
|
|
add_subdirectory(tools)
|
|
|
|
|
|
########### install files ###############
|
|
|
|
install(FILES world.sql realmd.sql characters.sql create_mysql.sql world_scripts_full.sql world_scripts_structure.sql drop_mysql.sql DESTINATION share/trinity/sql)
|