]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding CMakeLists
authorshahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Aug 2012 16:46:13 +0000 (16:46 +0000)
committershahoian <shahoian@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 1 Aug 2012 16:46:13 +0000 (16:46 +0000)
ITS/UPGRADE/CMakeLists.txt [new file with mode: 0644]

diff --git a/ITS/UPGRADE/CMakeLists.txt b/ITS/UPGRADE/CMakeLists.txt
new file mode 100644 (file)
index 0000000..93ce1b1
--- /dev/null
@@ -0,0 +1,10 @@
+# AliRoot Build System CMakeLists for ITS
+#
+# 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()