]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - THijing/CMakeLists.txt
removed obsolete ESDTOFcluster
[u/mrichter/AliRoot.git] / THijing / CMakeLists.txt
index db6b0a4f354eae612023e0798c33179d122d623a..c36e8242a39728909723d3122d85fe5f2a6b16bd 100644 (file)
@@ -1,27 +1,10 @@
-# -*- mode: cmake -*-
+# AliRoot Build System CMakeLists for THijing
+#
+# 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.
-
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/THijing
-${CMAKE_SOURCE_DIR}/HIJING
-${CMAKE_SOURCE_DIR}/EVGEN
-${CMAKE_SOURCE_DIR}/STEER
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-) 
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libTHijing.txt)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
+file(GLOB PACKAGES CMake*.pkg)
 
+ALICE_BuildModule()