From 49b6bfcac52477c9341ade8d9d0863253f46041b Mon Sep 17 00:00:00 2001
From: Thomas Feuvrier <thomas.feuvrier@c-s.fr>
Date: Thu, 22 Feb 2007 07:39:10 +0000
Subject: [PATCH] =?UTF-8?q?Ajout=20d=C3=A9pendence=20de=20l'OTBGui=20avec?=
 =?UTF-8?q?=20l'OTBVisu.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 Code/Visu/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/Visu/CMakeLists.txt b/Code/Visu/CMakeLists.txt
index eba8ca04ad..48e1c447ba 100755
--- a/Code/Visu/CMakeLists.txt
+++ b/Code/Visu/CMakeLists.txt
@@ -3,7 +3,7 @@
 FILE(GLOB OTBVisu_SRCS "*.cxx" )
 
 ADD_LIBRARY(OTBVisu ${OTBVisu_SRCS})
-TARGET_LINK_LIBRARIES (OTBVisu ITKCommon OTBCommon ${FLTK_LIBRARIES} ${OPENGL_LIBRARIES})
+TARGET_LINK_LIBRARIES (OTBVisu OTBGui ITKCommon OTBCommon ${FLTK_LIBRARIES} ${OPENGL_LIBRARIES})
 
 INSTALL_TARGETS(/lib/otb OTBVisu )
 INSTALL_FILES(/include/otb/Visu "(\\.h|\\.txx)$")
-- 
GitLab