Back to home page

EIC code displayed by LXR

 
 

    


Warning, /npsim/src/plugins/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
0002 
0003 dd4hep_add_plugin(NPDetPlugins
0004   SOURCES
0005     src/EICInteractionVertexBoost.cxx
0006     src/EICInteractionVertexSmear.cxx
0007     src/OpticalPhotonEfficiencyStackingAction.cxx
0008   INCLUDES $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0009   USES DD4hep::DDCore DD4hep::DDG4
0010 )
0011 
0012 install(TARGETS NPDetPlugins
0013   EXPORT NPDetTargets
0014   LIBRARY DESTINATION lib
0015   ARCHIVE DESTINATION lib
0016   RUNTIME DESTINATION bin
0017   INCLUDES DESTINATION include
0018 )