]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ITS/UPGRADE: additional headers
authordberzano <dario.berzano@cern.ch>
Wed, 28 Jan 2015 13:30:05 +0000 (14:30 +0100)
committerdberzano <dario.berzano@cern.ch>
Wed, 28 Jan 2015 13:30:05 +0000 (14:30 +0100)
ITS/UPGRADE/ITSUpgradeRec/CMakeLists.txt

index 25b356405cade74a0f32946461ba67249df928f8..9d9b6e3a0365d8f345b45f322c7622734a115e52 100644 (file)
@@ -57,6 +57,9 @@ set(SRCS
 # Headers from sources
 string(REPLACE ".cxx" ".h" HDRS "${SRCS}")
 
+# Additional headers, with no corresponding sources
+list(APPEND HDRS "AliITSUCACell.h")
+
 # Generate the dictionary
 # It will create G_ARG1.cxx and G_ARG1.h / ARG1 = function first argument
 get_directory_property(incdirs INCLUDE_DIRECTORIES)
@@ -86,4 +89,4 @@ install(TARGETS ${MODULE}
         ARCHIVE DESTINATION lib
         LIBRARY DESTINATION lib)
 
-install(FILES ${HDRS} DESTINATION include)
\ No newline at end of file
+install(FILES ${HDRS} DESTINATION include)