diff options
| author | Brian <runningnak3d@gmail.com> | 2009-12-11 13:35:17 -0700 |
|---|---|---|
| committer | Brian <runningnak3d@gmail.com> | 2009-12-11 13:35:17 -0700 |
| commit | c093a9735eeaac6554c2fa19e26b8cd7f73783b6 (patch) | |
| tree | 0ed61cdec0e0e01790281483097e0933d36bf385 /sql/CMakeLists.txt | |
| parent | 4f71c9345df8ecd3d5c2c04d6a938a52405febfc (diff) | |
* This stuff does not belong in the core repo
--HG--
branch : trunk
Diffstat (limited to 'sql/CMakeLists.txt')
| -rw-r--r-- | sql/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt index fa66ab17289..7f562ce1dfb 100644 --- a/sql/CMakeLists.txt +++ b/sql/CMakeLists.txt @@ -1,10 +1,8 @@ -add_subdirectory(TBC-WLK_converter) add_subdirectory(updates) -add_subdirectory(tools) add_subdirectory(FULL) ########### install files ############### FILE(GLOB _SQL *.sql) -install(FILES ${_SQL} DESTINATION share/trinity/sql)
\ No newline at end of file +install(FILES ${_SQL} DESTINATION share/trinity/sql) |
