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