diff options
author | Spp <none@none> | 2010-01-30 18:00:40 +0100 |
---|---|---|
committer | Spp <none@none> | 2010-01-30 18:00:40 +0100 |
commit | e4b06aa71cb5315b96e928d0780d50e347a251cf (patch) | |
tree | 01b05f3b20030d37a4019e4efe47e4049ca19c28 | |
parent | 6a3cd98529ae4f32a1207f0215f81621c4f793e8 (diff) |
Added missing CMakeList file.
* Thanks to Taliesin
* Closes 573
--HG--
branch : trunk
-rw-r--r-- | sql/updates/3.2.2a_old/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/3.2.2a_old/CMakeLists.txt b/sql/updates/3.2.2a_old/CMakeLists.txt new file mode 100644 index 00000000000..32889ec43a7 --- /dev/null +++ b/sql/updates/3.2.2a_old/CMakeLists.txt @@ -0,0 +1,5 @@ +FILE(GLOB _SQL_322 *.sql) + +INSTALL(FILES +${_SQL_322} +DESTINATION share/trinity/sql/updates/3.0.9_old)
\ No newline at end of file |