]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HMPID/CMakeLists.txt
return clusterizer pointer
[u/mrichter/AliRoot.git] / HMPID / CMakeLists.txt
index a22b9baf6f0117a2574e766c83a168eee87c2f44..bbe569660787cd0467991d185b5154bf7e45fbe1 100644 (file)
@@ -1,27 +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 HMPID
+#
+# Author: Johny Jose m(johny.jose@cern.ch)
+#         Port of previous Makefile build to cmake
 
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/HMPID
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${ROOT_INCLUDE_DIR}
-)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
-include_directories( ${INCLUDE_DIRECTORIES})
+file(GLOB PACKAGES CMake*.pkg)
 
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-) 
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libHMPIDbase.txt)
-
-include(CMake_libHMPIDsim.txt)
-
-include(CMake_libHMPIDrec.txt)
+ALICE_BuildModule()