]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - THerwig/CMakeLists.txt
updates in Kaon Train
[u/mrichter/AliRoot.git] / THerwig / CMakeLists.txt
index fa38a7e8bcef32710a7ddc119f383d15f6c7f3a7..4177aa80c3bcd485941e6e7efef8334ce2bde720 100644 (file)
@@ -1,28 +1,10 @@
-# -*- mode: cmake -*-
+# AliRoot Build System CMakeLists for THerwig
+#
+# 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}/THerwig
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/EVGEN
-${CMAKE_SOURCE_DIR}/LHAPDF
-${CMAKE_SOURCE_DIR}/HERWIG
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-) 
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libTHerwig.txt)
+cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR)
 
+file(GLOB PACKAGES CMake*.pkg)
 
+ALICE_BuildModule()