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

*ajout dependance otbopenjpeg (pour link static)

parent ad048b36
No related branches found
No related tags found
No related merge requests found
......@@ -208,9 +208,9 @@ otbImageWidgetTransfertFunctionsNew.cxx
INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}")
ADD_EXECUTABLE(otbVisuTests1 otbVisuTests1.cxx ${BasicVisu_SRCS1})
TARGET_LINK_LIBRARIES(otbVisuTests1 OTBVisu OTBGui OTBIO gdal ITKIO ITKCommon)
TARGET_LINK_LIBRARIES(otbVisuTests1 OTBVisu OTBGui OTBIO otbopenjpeg gdal ITKIO ITKCommon)
ADD_EXECUTABLE(otbVisuTests2 otbVisuTests2.cxx ${BasicVisu_SRCS2})
TARGET_LINK_LIBRARIES(otbVisuTests2 OTBVisu OTBGui OTBIO gdal ITKIO ITKCommon ${OTB_VISU_GUI_LIBRARIES} )
TARGET_LINK_LIBRARIES(otbVisuTests2 OTBVisu OTBGui OTBIO otbopenjpeg gdal ITKIO ITKCommon ${OTB_VISU_GUI_LIBRARIES} )
ENDIF( NOT OTB_DISABLE_CXX_TESTING )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment