]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
CMake: Install missing headers for AliPythia6
authordstocco <diego.stocco@cern.ch>
Thu, 22 Jan 2015 15:51:05 +0000 (16:51 +0100)
committeragrigora <alina.grigoras@cern.ch>
Mon, 26 Jan 2015 14:08:42 +0000 (15:08 +0100)
Install misiing headers
- PythiaProcesses.h
- PyquenCommon.h
Jira ticket: ALIROOT-5767

PYTHIA6/AliPythia6/CMakeLists.txt

index 3d10f0cf74a42d51e318b70c72056bad410df0b1..c868908eca1a096f6805495deb79fc959416f668 100644 (file)
@@ -48,7 +48,10 @@ set(FSRCS
 string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
 
 # Additional header files
-set(HDRS ${HDRS} PythiaProcesses.h)
+set(HDRS ${HDRS}
+    PythiaProcesses.h
+    PyquenCommon.h
+   )
 
 # Generate the dictionary
 # It will create G_ARG1.cxx and G_ARG1.h / ARG1 = function first argument