]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ZDC/CMakeLists.txt
Preliminary files for CMake
[u/mrichter/AliRoot.git] / ZDC / CMakeLists.txt
diff --git a/ZDC/CMakeLists.txt b/ZDC/CMakeLists.txt
new file mode 100644 (file)
index 0000000..816eb0c
--- /dev/null
@@ -0,0 +1,29 @@
+# -*- 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)
+
+