Page MenuHomeHEPForge

CMakeLists.txt
No OneTemporary

Size
220 B
Referenced Files
None
Subscribers
None

CMakeLists.txt

file(GLOB ev_sources *.cpp)
include_directories(${PROJECT_SOURCE_DIR})
#----- build the object
add_library(CepGenEvent SHARED ${ev_sources})
#----- installation recipes
install(TARGETS CepGenEvent DESTINATION lib)

File Metadata

Mime Type
text/plain
Expires
Tue, Sep 30, 5:57 AM (1 d, 11 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6511452
Default Alt Text
CMakeLists.txt (220 B)

Event Timeline