]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding CMakeLists.txt that was ignored
authorhristov <Peter.Hristov@cern.ch>
Wed, 15 Jan 2014 18:13:41 +0000 (19:13 +0100)
committerhristov <Peter.Hristov@cern.ch>
Wed, 15 Jan 2014 18:13:41 +0000 (19:13 +0100)
AD/CMakeLists.txt [new file with mode: 0644]

diff --git a/AD/CMakeLists.txt b/AD/CMakeLists.txt
new file mode 100644 (file)
index 0000000..dec0c58
--- /dev/null
@@ -0,0 +1,10 @@
+# AliRoot Build System CMakeLists for AD
+#
+# Author: Johny Jose m(johny.jose@cern.ch)
+#         Port of previous Makefile build to cmake
+
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
+
+file(GLOB PACKAGES CMake*.pkg)
+
+ALICE_BuildModule()