]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TDPMjet/CMakeLists.txt
changes in AliLeadingV0Correlation (Jayarathna Sandun Y <sypahula@Central.UH.EDU...
[u/mrichter/AliRoot.git] / TDPMjet / CMakeLists.txt
index 20f85e6d81099e58453856534e842b21a3df69a4..e945d048c275b1f95253610364cda883cceb02e6 100644 (file)
@@ -1,27 +1,10 @@
-# -*- mode: cmake -*-
+# AliRoot Build System CMakeLists for TDPMjet
+#
+# 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}/TDPMjet
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/EVGEN
-${CMAKE_SOURCE_DIR}/DPMJET
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-) 
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libTDPMjet.txt)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
+file(GLOB PACKAGES CMake*.pkg)
 
+ALICE_BuildModule()