diff options
author | Kudlaty <none@none> | 2009-11-27 00:14:58 +0100 |
---|---|---|
committer | Kudlaty <none@none> | 2009-11-27 00:14:58 +0100 |
commit | afbd99958d83194c7f7ac1ed48d1fda1bb4322a6 (patch) | |
tree | 9d1e37b0891aed798c68a8c61204241d9f4ec47f | |
parent | c99d94201cf4019857fec9cd40c5e7d27f6b3351 (diff) |
Add cmake file for obsolete_updates folder.
--HG--
branch : trunk
-rw-r--r-- | sql/updates/Obsolete_updates/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/Obsolete_updates/CMakeLists.txt b/sql/updates/Obsolete_updates/CMakeLists.txt new file mode 100644 index 00000000000..207844fcb16 --- /dev/null +++ b/sql/updates/Obsolete_updates/CMakeLists.txt @@ -0,0 +1,5 @@ +FILE(GLOB _SQL_OU *.sql) + +INSTALL(FILES +${_SQL_OU} +DESTINATION share/trinity/sql/updates/Obsolete_updates)
\ No newline at end of file |