From 6aa9638ea94ec11877d6759838cb622a7e7b1fed Mon Sep 17 00:00:00 2001 From: Christoph Pohl <christoph.pohl@kit.edu> Date: Fri, 18 Jun 2021 15:50:42 +0200 Subject: [PATCH] Added missing component lib for RemoteGui to KITProstheticHandUnit --- source/RobotAPI/components/KITProstheticHandUnit/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/RobotAPI/components/KITProstheticHandUnit/CMakeLists.txt b/source/RobotAPI/components/KITProstheticHandUnit/CMakeLists.txt index 92bc44f64..7becda0cb 100644 --- a/source/RobotAPI/components/KITProstheticHandUnit/CMakeLists.txt +++ b/source/RobotAPI/components/KITProstheticHandUnit/CMakeLists.txt @@ -4,6 +4,7 @@ find_package(Qt5 COMPONENTS Core Bluetooth QUIET) armarx_build_if(Qt5_FOUND "Qt5 Core or Bluetooth not available") set(COMPONENT_LIBS + RemoteGui RobotAPIUnits KITProstheticHandDriver ) -- GitLab