ArmarXCore/components/ExternalApplicationManager/CMakeLists.txt File Reference

Functions

 armarx_add_component (COMPONENT_LIBS ArmarXCoreInterfaces ArmarXCore ${Boost_LIBRARIES} SOURCES ExternalApplicationManager.cpp ExternalApplicationManagerStarter.cpp ExternalApplicationManagerDependency.cpp HEADERS ExternalApplicationManager.h ExternalApplicationManagerStarter.h ExternalApplicationManagerDependency.h) target_include_directories(ExternalApplicationManager PUBLIC $
 
EXACT REQUIRED COMPONENTS iostreams armarx_build_if (Boost_FOUND "Boost not available") armarx_build_if(UNIX "Only available on Linux") message(STATUS "Boost-Include-Dir
 
 armarx_component_set_name ("ExternalApplicationManager") find_package(Boost $
 
 message (STATUS "Boost-Library-Dir: " "${Boost_LIBRARY_DIRS}") message(STATUS "Boost-LIBRARIES
 

Function Documentation

◆ armarx_add_component()

armarx_add_component ( COMPONENT_LIBS ArmarXCoreInterfaces ArmarXCore ${Boost_LIBRARIES} SOURCES ExternalApplicationManager.cpp ExternalApplicationManagerStarter.cpp ExternalApplicationManagerDependency.cpp HEADERS ExternalApplicationManager.h ExternalApplicationManagerStarter.h ExternalApplicationManagerDependency.  h)

Definition at line 11 of file CMakeLists.txt.

◆ armarx_build_if()

EXACT REQUIRED COMPONENTS iostreams armarx_build_if ( Boost_FOUND "Boost not available"  )

Definition at line 5 of file CMakeLists.txt.

◆ armarx_component_set_name()

armarx_component_set_name ( "ExternalApplicationManager"  )

Definition at line 1 of file CMakeLists.txt.

◆ message()

message ( STATUS "Boost-Library-Dir: " "${Boost_LIBRARY_DIRS}"  )

Definition at line 8 of file CMakeLists.txt.

+ Here is the caller graph for this function: