]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - BCM/CMake_libBCM.txt
Major update of the CMake compilation:
[u/mrichter/AliRoot.git] / BCM / CMake_libBCM.txt
diff --git a/BCM/CMake_libBCM.txt b/BCM/CMake_libBCM.txt
deleted file mode 100644 (file)
index 56ef903..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# -*- mode: cmake -*-
-
-set(SRCS
-AliBCM.cxx
-AliBCMHit.cxx
-AliBCMLoader.cxx
-)
-
-# fill list of header files from list of source files
-# by exchanging the file extension
-String(REPLACE ".cxx" ".h" HDRS "${SRCS}")
-
-AddLibrary(BCM "${SRCS}" "${HDRS}")
-