Files
TrinityCore/sql/CMakeLists.txt
XTZGZoReX f4d3a583bd * Implemented non-hacky, CMake-way of automagically installing *.sql files without specifying all of them in CMakeLists.
* Moved "sql/TBC-WLK converter" to "sql/TBC-WLK_converter" for compatibility.

--HG--
branch : trunk
rename : sql/TBC-WLK converter/Readme.txt => sql/TBC-WLK_converter/Readme.txt
rename : sql/TBC-WLK converter/TBC-WLK_characters.sql => sql/TBC-WLK_converter/TBC-WLK_characters.sql
rename : sql/TBC-WLK converter/TBC-WLK_world.sql => sql/TBC-WLK_converter/TBC-WLK_world.sql
rename : sql/TBC-WLK converter/TBC-WLK_world_run_only_once.sql => sql/TBC-WLK_converter/TBC-WLK_world_run_only_once.sql
2009-03-22 14:25:50 +01:00

10 lines
206 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)