Skip to content
Snippets Groups Projects
Commit 6225cc60 authored by Mathieu Deltorre's avatar Mathieu Deltorre
Browse files

*ajout dependance fltk (pour link static)

parent 5501dc60
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,6 @@ INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}") ...@@ -33,6 +33,6 @@ INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}")
# ${TIFF_LIBRARY} # ${TIFF_LIBRARY}
ADD_EXECUTABLE(otbGuiTests otbGuiTests.cxx ${Gui_SRCS}) ADD_EXECUTABLE(otbGuiTests otbGuiTests.cxx ${Gui_SRCS})
TARGET_LINK_LIBRARIES(otbGuiTests OTBIO OTBGui OTBVisu OTBCommon otbopenjpeg gdal ITKIO ITKAlgorithms ITKStatistics ITKCommon) TARGET_LINK_LIBRARIES(otbGuiTests OTBIO OTBGui OTBVisu OTBCommon otbopenjpeg gdal ITKIO ITKAlgorithms ITKStatistics ITKCommon fltk)
ENDIF( NOT OTB_DISABLE_CXX_TESTING ) ENDIF( NOT OTB_DISABLE_CXX_TESTING )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment