Files
TrinityCore/sql/CMakeLists.txt
Drahy 3b4e4b8215 * Updated world_script_waypoints
* Updated world_scripts_structure
* Moved older sql files to 3.0.9_old folder and in file 0000_3.0.9_old (sql/updates) are stored all these sqls
* Also created folder Obsolete_updates where you can find unverified sqls
* This should help with sql maintaining

--HG--
branch : trunk
2009-05-09 12:27:41 +02:00

9 lines
205 B
CMake

add_subdirectory(TBC-WLK_converter)
add_subdirectory(updates)
add_subdirectory(tools)
########### install files ###############
FILE(GLOB _SQL *.sql)
install(FILES ${_SQL} DESTINATION share/trinity/sql)