aboutsummaryrefslogtreecommitdiff
path: root/sql/CMakeLists.txt
diff options
context:
space:
mode:
authorXanadu <none@none>2010-07-20 06:53:27 +0200
committerXanadu <none@none>2010-07-20 06:53:27 +0200
commitfdc4adbfe1d5b0faba3fd10dc6ec298839569cc2 (patch)
tree2a29efe67a46c7d6d78074f8e4749c128832cb9d /sql/CMakeLists.txt
parent37c79360b4d7353d94bb4b67e4d0e23ef0e419fa (diff)
* Returned CMakeLists.txt misplaced in the merge. Thanks to click for spotting it.
* Deleted some files that also shouldn't have been there. --HG-- branch : trunk rename : sql/tools/CMakeLists.txt => sql/CMakeLists.txt
Diffstat (limited to 'sql/CMakeLists.txt')
-rw-r--r--sql/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/CMakeLists.txt b/sql/CMakeLists.txt
new file mode 100644
index 00000000000..a56ba351ded
--- /dev/null
+++ b/sql/CMakeLists.txt
@@ -0,0 +1,10 @@
+add_subdirectory(updates)
+add_subdirectory(scripts)
+add_subdirectory(base)
+add_subdirectory(create)
+
+########### install files ###############
+
+FILE(GLOB _SQL *.sql)
+
+install(FILES ${_SQL} DESTINATION share/trinity/sql)