]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEPEMGEN/CMakeLists.txt
Disable caching for async prefetching
[u/mrichter/AliRoot.git] / TEPEMGEN / CMakeLists.txt
index 40d593b7923762ac0463f5d3903d5624ce960cee..c024e1785f0161c46a154315076d1cd2f6274365 100644 (file)
@@ -1,25 +1,10 @@
-# -*- mode: cmake -*-
+# AliRoot Build System CMakeLists for TEPEMGEN
+#
+# 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}/TEPEMGEN
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/EVGEN
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-) 
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libTEPEMGEN.txt)
+file(GLOB PACKAGES CMake*.pkg)
 
+ALICE_BuildModule()