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
fb96a5e2
Commit
fb96a5e2
authored
15 years ago
by
Julien Michel
Browse files
Options
Downloads
Plain Diff
MRG
parents
c9c262ab
5d77e2c4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Code/Gui/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Code/Gui/CMakeLists.txt
Code/Visu/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Code/Visu/CMakeLists.txt
Code/Visualization/CMakeLists.txt
+1
-1
1 addition, 1 deletion
Code/Visualization/CMakeLists.txt
with
3 additions
and
3 deletions
Code/Gui/CMakeLists.txt
+
1
−
1
View file @
fb96a5e2
...
...
@@ -12,7 +12,7 @@ ENDIF(APPLE AND BUILD_SHARED_LIBS)
ADD_LIBRARY
(
OTBGui
${
OTBGui_SRCS
}
)
TARGET_LINK_LIBRARIES
(
OTBGui OTBCommon
${
FLTK
_LIBRARIES
}
)
TARGET_LINK_LIBRARIES
(
OTBGui OTBCommon
${
OTB_VISU_GUI
_LIBRARIES
}
)
IF
(
OTB_LIBRARY_PROPERTIES
)
SET_TARGET_PROPERTIES
(
OTBGui PROPERTIES
${
OTB_LIBRARY_PROPERTIES
}
)
ENDIF
(
OTB_LIBRARY_PROPERTIES
)
...
...
This diff is collapsed.
Click to expand it.
Code/Visu/CMakeLists.txt
+
1
−
1
View file @
fb96a5e2
...
...
@@ -10,7 +10,7 @@ IF(APPLE AND BUILD_SHARED_LIBS)
ENDIF
(
APPLE AND BUILD_SHARED_LIBS
)
ADD_LIBRARY
(
OTBVisu
${
OTBVisu_SRCS
}
)
TARGET_LINK_LIBRARIES
(
OTBVisu OTBGui OTBCommon
${
FLTK_LIBRARIES
}
${
OPENGL
_LIBRARIES
}
)
TARGET_LINK_LIBRARIES
(
OTBVisu OTBGui OTBCommon
${
OTB_VISU_GUI
_LIBRARIES
}
)
IF
(
OTB_LIBRARY_PROPERTIES
)
SET_TARGET_PROPERTIES
(
OTBVisu PROPERTIES
${
OTB_LIBRARY_PROPERTIES
}
)
ENDIF
(
OTB_LIBRARY_PROPERTIES
)
...
...
This diff is collapsed.
Click to expand it.
Code/Visualization/CMakeLists.txt
+
1
−
1
View file @
fb96a5e2
...
...
@@ -12,7 +12,7 @@ ENDIF(APPLE AND BUILD_SHARED_LIBS)
FLTK_WRAP_UI
(
OTBVisualization otbImageWidgetPackedManager.fl otbImageWidgetSplittedManager.fl
)
ADD_LIBRARY
(
OTBVisualization
${
OTBVisualization_SRCS
}
${
OTBVisualization_FLTK_UI_SRCS
}
)
TARGET_LINK_LIBRARIES
(
OTBVisualization OTBGui OTBCommon
${
FLTK_LIBRARIES
}
${
OPENGL
_LIBRARIES
}
)
TARGET_LINK_LIBRARIES
(
OTBVisualization OTBGui OTBCommon
${
OTB_VISU_GUI
_LIBRARIES
}
)
IF
(
OTB_LIBRARY_PROPERTIES
)
SET_TARGET_PROPERTIES
(
OTBVisualization PROPERTIES
${
OTB_LIBRARY_PROPERTIES
}
)
ENDIF
(
OTB_LIBRARY_PROPERTIES
)
...
...
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