From e4b06aa71cb5315b96e928d0780d50e347a251cf Mon Sep 17 00:00:00 2001 From: Spp Date: Sat, 30 Jan 2010 18:00:40 +0100 Subject: Added missing CMakeList file. * Thanks to Taliesin * Closes 573 --HG-- branch : trunk --- sql/updates/3.2.2a_old/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/3.2.2a_old/CMakeLists.txt (limited to 'sql') 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 -- cgit v1.2.3