X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=RAW%2FCMakeLists.txt;h=7ca5f1d86120cb7ce89c0d91eac306bba5525b81;hb=dd0f466b4ac2d7d24aac85888ad8659de8239706;hp=9405da8a075fe71a0751d6c621fdb5d9466dd375;hpb=e969a926a5c485fcb81983e7a27ca1e0b2ce4cbf;p=u%2Fmrichter%2FAliRoot.git diff --git a/RAW/CMakeLists.txt b/RAW/CMakeLists.txt index 9405da8a075..7ca5f1d8612 100644 --- a/RAW/CMakeLists.txt +++ b/RAW/CMakeLists.txt @@ -1,39 +1,10 @@ -# -*- mode: 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. +# AliRoot Build System CMakeLists for RAW +# +# Author: Johny Jose m(johny.jose@cern.ch) +# Port of previous Makefile build to cmake -set(INCLUDE_DIRECTORIES -${CMAKE_SOURCE_DIR}/RAW -${CMAKE_SOURCE_DIR}/STEER -${ROOT_INCLUDE_DIR} -) +cmake_minimum_required(VERSION 2.8.4 FATAL_ERROR) -include_directories( ${INCLUDE_DIRECTORIES}) - -set(LINK_DIRECTORIES -${ROOT_LIBRARY_DIR} -) - -link_directories( ${LINK_DIRECTORIES}) - -SetModule() - -include(CMake_libRAWDatasim.txt) - -include(CMake_libMDC.txt) - -include(CMake_libMDCFilter.txt) - -include(CMake_libRAWDatarec.txt) - -include(CMake_libRAWDatabase.txt) - -include(CMake_libRAWDatarecOnline.txt) - -include(CMake_binalimdc.txt) - -include(CMake_binalirawdump.txt) - -include(CMake_bindateStream.txt) +file(GLOB PACKAGES CMake*.pkg) +ALICE_BuildModule()