X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=THerwig%2FCMakeLists.txt;h=4177aa80c3bcd485941e6e7efef8334ce2bde720;hb=47791468b84db3988e4115a27693750a86b571b6;hp=fa38a7e8bcef32710a7ddc119f383d15f6c7f3a7;hpb=e969a926a5c485fcb81983e7a27ca1e0b2ce4cbf;p=u%2Fmrichter%2FAliRoot.git diff --git a/THerwig/CMakeLists.txt b/THerwig/CMakeLists.txt index fa38a7e8bce..4177aa80c3b 100644 --- a/THerwig/CMakeLists.txt +++ b/THerwig/CMakeLists.txt @@ -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" 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()