]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PYTHIA6/AliPythia6/CMakeLists.txt
Additional header files
[u/mrichter/AliRoot.git] / PYTHIA6 / AliPythia6 / CMakeLists.txt
index c1edb9479de03070d3b7f6d21841e9117bec054e..d972c8bdca8f23e0c92ec21d54e3d6271962002f 100644 (file)
@@ -47,6 +47,9 @@ set(FSRCS
 # Headers from sources
 string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
 
+# Additional header files
+set(HDRS ${HDRS} PythiaProcesses.h)
+
 # Generate the dictionary
 # It will create G_ARG1.cxx and G_ARG1.h / ARG1 = function first argument
 get_directory_property(incdirs INCLUDE_DIRECTORIES)