From eb178d26ba844f31a2fe3f9fe75e7f8dd4b06ae0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E5=9B=BD=E6=98=8E?= Date: Sun, 26 Sep 2021 07:11:31 +0000 Subject: [PATCH] update chart_plugin/CMakeLists.txt. --- chart_plugin/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/chart_plugin/CMakeLists.txt b/chart_plugin/CMakeLists.txt index 6248c76..39589d2 100755 --- a/chart_plugin/CMakeLists.txt +++ b/chart_plugin/CMakeLists.txt @@ -85,3 +85,4 @@ target_link_directories(${PROJECT_NAME} ${catkin_LIBRARY_DIRS} ${CMAKE_CURRENT_SOURCE_DIR}/../third_party/mathgl-2.4.4/mathgl-2.4.4/build/lib/ ${CMAKE_BINARY_DIR}/third_party/sysroot/opt/ros/melodic/lib) + -- Gitee