]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/CMakeLists.txt
Mark all button added to admin panel.
[u/mrichter/AliRoot.git] / FASTSIM / CMakeLists.txt
index 8fd40b839f5130a4e0e22bd119b1b0241bbe287d..a5f2cb86ad46701105dcb99b5718ad85fe2fce30 100644 (file)
@@ -1,24 +1,10 @@
-# -*- mode: cmake -*-
+# AliRoot Build System CMakeLists for FASTSIM
+#
+# 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.8 FATAL_ERROR)
 
-set(INCLUDE_DIRECTORIES
-${CMAKE_SOURCE_DIR}/FASTSIM
-${CMAKE_SOURCE_DIR}/STEER 
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-) 
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libFASTSIM.txt)
+file(GLOB PACKAGES CMake*.pkg)
 
+ALICE_BuildModule()