|
||||
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( 0009 ActsExampleHelloWorld 0010 PRIVATE ActsCore ActsExamplesFramework 0011 ) 0012 0013 install( 0014 TARGETS ActsExampleHelloWorld 0015 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} 0016 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |