Back to home page

sPhenix 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 target_link_libraries(
0008   ActsExampleHelloWorld
0009   PRIVATE
0010     ActsCore
0011     ActsExamplesFramework)
0012 
0013 install(
0014   TARGETS ActsExampleHelloWorld
0015   RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})