Skip to content
Snippets Groups Projects
Commit b804adeb authored by Administrator's avatar Administrator
Browse files

Fix installation of L1 header files Refs #2293

parent 20049d6a
No related branches found
No related tags found
1 merge request!607Fix installation of L1 header files. Refs #2293
Pipeline #14259 passed
......@@ -241,7 +241,19 @@ endif()
GENERATE_LIBRARY()
Install(FILES CbmL1Counters.h
Install(FILES CbmL1Counters.h
L1Algo/L1EventEfficiencies.h
vectors/vec_arithmetic.h
DESTINATION include
)
Install(FILES L1Algo/L1Algo.h
L1Algo/L1Branch.h
L1Algo/L1Field.h
L1Algo/L1Hit.h
DESTINATION include/L1Algo
)
Install(FILES vectors/P4_F32vec4.h
DESTINATION include/vectors
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment