Skip to content
Snippets Groups Projects
Commit 7463081d authored by Markus Frank's avatar Markus Frank Committed by MarkusFrankATcernch
Browse files

Prepare DD4hep for Geant4 units in TGeo; Start digitization package

parent 6a09d474
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,12 @@ dd4hep_add_package_library(DDDigi SOURCES src/*.cpp
[OPTIONAL TBB REQUIRED]
)
if( TBB_INCLUDE_DIR )
message( STATUS "TBB_INCLUDE_DIR --> ${TBB_INCLUDE_DIR}")
message( STATUS "TBB_LIBRARY --> ${TBB_LIBRARY}")
dd4hep_print( "++> TBB_INCLUDE_DIR --> ${TBB_INCLUDE_DIR}")
dd4hep_print( "++> TBB_LIBRARY --> ${TBB_LIBRARY}")
target_compile_definitions(DDDigi PUBLIC DD4HEP_USE_TBB)
target_link_libraries(DDDigi ${TBB_LIBRARY})
else()
dd4hep_print( "++> TBB_INCLUDE_DIR --> ${TBB_INCLUDE_DIR}")
endif()
#--------------------------- Legacy libraries -------------------------------------
......
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