From 7704614925b8b495f927cedbce021f6f89cccfd1 Mon Sep 17 00:00:00 2001 From: Timothy Wiley Date: Sun, 23 Jun 2013 16:40:12 +0200 Subject: [PATCH] Export crosbot_ui library --- crosbot_ui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crosbot_ui/CMakeLists.txt b/crosbot_ui/CMakeLists.txt index b273160..483ca62 100644 --- a/crosbot_ui/CMakeLists.txt +++ b/crosbot_ui/CMakeLists.txt @@ -48,7 +48,7 @@ SET(QT_USE_QTOPENGL TRUE) ## DEPENDS: system dependencies of this project that dependent projects also need catkin_package( INCLUDE_DIRS include -# LIBRARIES crosbot_ui + LIBRARIES crosbot_ui # CATKIN_DEPENDS crosbot crosbot_fastslam roscpp # DEPENDS system_lib ) -- GitLab