]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding CMakeLists.txt
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 Aug 2012 13:50:36 +0000 (13:50 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 7 Aug 2012 13:50:36 +0000 (13:50 +0000)
TEvtGen/CMakeLists.txt [new file with mode: 0644]

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