Skip to content
Snippets Groups Projects
Commit bcd0b477 authored by Raphael Grimm's avatar Raphael Grimm
Browse files

Add find package to deal with a dependency on an armrarx target which does not get build

parent 1c7dc8e1
No related branches found
No related tags found
No related merge requests found
armarx_component_set_name("KITProstheticHandUnit")
#find_package(MyLib QUIET)
#armarx_build_if(MyLib_FOUND "MyLib not available")
#
# all include_directories must be guarded by if(Xyz_FOUND)
# for multiple libraries write: if(X_FOUND AND Y_FOUND)....
#if(MyLib_FOUND)
# include_directories(${MyLib_INCLUDE_DIRS})
#endif()
find_package(Qt5 COMPONENTS Core Bluetooth QUIET)
armarx_build_if(Qt5_FOUND "Qt5 Core or Bluetooth not available")
set(COMPONENT_LIBS
ArmarXCoreInterfaces
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment