Back to home page

EIC code displayed by LXR

 
 

    


Warning, /acts/Examples/Scripts/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 add_subdirectory(MaterialMapping)
0002 add_subdirectory(TrackingPerformance)
0003 
0004 if(ACTS_BUILD_EXAMPLES_ROOT)
0005     add_executable(compareRootFiles compareRootFiles.C)
0006     target_link_libraries(
0007         compareRootFiles
0008         PUBLIC ROOT::Core ROOT::Tree ROOT::TreePlayer
0009     )
0010 endif()