Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Youssefi
otb
Commits
de46f5b8
Commit
de46f5b8
authored
16 years ago
by
Mathieu Deltorre
Browse files
Options
Downloads
Patches
Plain Diff
*ajout dependance otbopenjpeg (pour link static)
parent
ad048b36
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Testing/Code/Visu/CMakeLists.txt
+2
-2
2 additions, 2 deletions
Testing/Code/Visu/CMakeLists.txt
with
2 additions
and
2 deletions
Testing/Code/Visu/CMakeLists.txt
+
2
−
2
View file @
de46f5b8
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment