From 44633c032b962ae2de7a79875a75c55cd9eb8d29 Mon Sep 17 00:00:00 2001 From: Guillaume Sarthou Date: Tue, 23 Jan 2024 12:35:53 +0100 Subject: [PATCH] [CMakeLists] ROS2 install ontologenius_draw --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 20beb1d5..de5dc391 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -499,6 +499,7 @@ install(TARGETS install(TARGETS ontologenius_single ontologenius_multi + ontologenius_draw ontoloGUI DESTINATION lib/${PROJECT_NAME})