]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/CMakeLists.txt
Separate trees for ITSsa and global tracks
[u/mrichter/AliRoot.git] / TOF / CMakeLists.txt
index ad1df4c31e89bd312f92c6669aa0a81ff7d3bd6b..0601230de4b874b0284d37ea17fe79f42a185b6d 100644 (file)
@@ -1,29 +1,10 @@
-# -*- mode: 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.
+# AliRoot Build System CMakeLists for TOF
+#
+# Author: Johny Jose m(johny.jose@cern.ch)
+#         Port of previous Makefile build to cmake
 
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/TOF
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-) 
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libTOFrec.txt)
-
-include(CMake_libTOFbase.txt)
-
-include(CMake_libTOFsim.txt)
+cmake_minimum_required(VERSION 2.8.8 FATAL_ERROR)
 
+file(GLOB PACKAGES CMake*.pkg)
 
+ALICE_BuildModule()