]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/CMakeLists.txt
making calculation of raw Et slightly more straightforward
[u/mrichter/AliRoot.git] / STRUCT / CMakeLists.txt
index e604b23fcf39571ad0d8821d67ed217f43014bf7..7cb4b73307eb22a70980c6b4ee5997aa707b4b13 100644 (file)
@@ -1,24 +1,10 @@
-# -*- mode: cmake -*-
+# AliRoot Build System CMakeLists for STRUCT
+#
+# Author: Johny Jose m(johny.jose@cern.ch)
+#         Port of previous Makefile build to cmake
 
-# Create a library called "lib<name>" which includes the source files given in
-# the array .
-# The extension is already found.  Any number of sources could be listed here.
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/STRUCT
-${CMAKE_SOURCE_DIR}/STEER
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-) 
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libSTRUCT.txt)
+file(GLOB PACKAGES CMake*.pkg)
 
+ALICE_BuildModule()