14 lines
500 B
CMake
14 lines
500 B
CMake
|
|
################################################################################
|
|
##### HEP - High Energy Physics modules ########################################
|
|
################################################################################
|
|
|
|
include_directories(${SRC_DIR}/HEP)
|
|
|
|
add_subdirectory(Detectors)
|
|
add_subdirectory(Geant)
|
|
# add_subdirectory(MuonTomography)
|
|
|
|
set(ULIB_SHARED_LIBRARIES ${ULIB_SHARED_LIBRARIES} PARENT_SCOPE)
|
|
set(ULIB_SELECTED_MODULES ${ULIB_SELECTED_MODULES} PARENT_SCOPE)
|