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

Merge branch 'Ice3.7' of https://gitlab.com/ArmarX/RobotAPI into Ice3.7

parents 130c9496 bcd0b477
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