]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/CMakeLists.txt
Major update of the CMake compilation:
[u/mrichter/AliRoot.git] / ZDC / CMakeLists.txt
diff --git a/ZDC/CMakeLists.txt b/ZDC/CMakeLists.txt
deleted file mode 100644 (file)
index 816eb0c..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-# -*- mode: 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}/ZDC
-${CMAKE_SOURCE_DIR}/STEER
-${CMAKE_SOURCE_DIR}/RAW
-${ROOT_INCLUDE_DIR}
-)
-
-include_directories( ${INCLUDE_DIRECTORIES})
-
-set(LINK_DIRECTORIES
-${ROOT_LIBRARY_DIR}
-) 
-
-link_directories( ${LINK_DIRECTORIES})
-
-SetModule()
-
-include(CMake_libZDCsim.txt)
-
-include(CMake_libZDCrec.txt)
-
-include(CMake_libZDCbase.txt)
-
-