Back to home page

EIC code displayed by LXR

 
 

    


Warning, /eic-spack/packages/dd4hep/DDCorePlugins-install-headers.patch is written in an unsupported language. File is not indexed.

0001 diff --git a/DDCore/CMakeLists.txt b/DDCore/CMakeLists.txt
0002 index 2ba7261a..35379d67 100644
0003 --- a/DDCore/CMakeLists.txt
0004 +++ b/DDCore/CMakeLists.txt
0005 @@ -107,6 +107,10 @@ endif()
0006  # Generate DDCore plugins---------------------------------------------------------
0007  dd4hep_add_plugin(DDCorePlugins SOURCES src/plugins/*.cpp USES DDCore)
0008  
0009 +# Install DDCore plugin headers
0010 +file(GLOB DDCorePlugins_headers src/plugins/*.h)
0011 +install(FILES ${DDCorePlugins_headers} DESTINATION include/DD4hep/plugins)
0012 +
0013  # Graphics DDCore plugins---------------------------------------------------------
0014  dd4hep_add_plugin(DDCoreGraphics
0015    SOURCES src/graphics/*.cpp