Back to home page

EIC code displayed by LXR

 
 

    


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

0001 add_executable(
0002     ActsExampleHelloWorld
0003     HelloWorld.cpp
0004     HelloLoggerAlgorithm.cpp
0005     HelloRandomAlgorithm.cpp
0006     HelloWhiteBoardAlgorithm.cpp
0007 )
0008 target_link_libraries(ActsExampleHelloWorld PRIVATE Acts::ExamplesFramework)
0009 
0010 install(
0011     TARGETS ActsExampleHelloWorld
0012     RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
0013 )