Back to home page

EIC code displayed by LXR

 
 

    


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

0001 acts_add_library(
0002     ExamplesHelloWorld
0003     src/HelloLoggerAlgorithm.cpp
0004     src/HelloRandomAlgorithm.cpp
0005     src/HelloWhiteBoardAlgorithm.cpp
0006 )
0007 target_include_directories(
0008     ActsExamplesHelloWorld
0009     PUBLIC $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
0010 )
0011 target_link_libraries(ActsExamplesHelloWorld PUBLIC Acts::ExamplesFramework)
0012 
0013 acts_compile_headers(ExamplesHelloWorld GLOB "include/**/*.hpp")