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
b2ce0d3a
Commit
b2ce0d3a
authored
13 years ago
by
Julien Malik
Browse files
Options
Downloads
Patches
Plain Diff
ENH: install otbMsgReporterGUI.h
parent
752934dc
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Code/Visualization/CMakeLists.txt
+5
-1
5 additions, 1 deletion
Code/Visualization/CMakeLists.txt
with
5 additions
and
1 deletion
Code/Visualization/CMakeLists.txt
+
5
−
1
View file @
b2ce0d3a
...
@@ -2,7 +2,10 @@
...
@@ -2,7 +2,10 @@
FILE
(
GLOB OTBVisualization_SRCS
"*.cxx"
)
FILE
(
GLOB OTBVisualization_SRCS
"*.cxx"
)
FLTK_WRAP_UI
(
OTBVisualization otbImageWidgetPackedManager.fl otbImageWidgetSplittedManager.fl otbMsgReporterGUI.fl
)
FLTK_WRAP_UI
(
OTBVisualization
otbImageWidgetPackedManager.fl
otbImageWidgetSplittedManager.fl
otbMsgReporterGUI.fl
)
ADD_LIBRARY
(
OTBVisualization
${
OTBVisualization_SRCS
}
${
OTBVisualization_FLTK_UI_SRCS
}
)
ADD_LIBRARY
(
OTBVisualization
${
OTBVisualization_SRCS
}
${
OTBVisualization_FLTK_UI_SRCS
}
)
TARGET_LINK_LIBRARIES
(
OTBVisualization OTBGui OTBCommon OTBIO
${
OTB_VISU_GUI_LIBRARIES
}
)
TARGET_LINK_LIBRARIES
(
OTBVisualization OTBGui OTBCommon OTBIO
${
OTB_VISU_GUI_LIBRARIES
}
)
...
@@ -24,6 +27,7 @@ IF(NOT OTB_INSTALL_NO_DEVELOPMENT)
...
@@ -24,6 +27,7 @@ IF(NOT OTB_INSTALL_NO_DEVELOPMENT)
INSTALL
(
FILES
${
__files1
}
${
__files2
}
${
__files3
}
INSTALL
(
FILES
${
__files1
}
${
__files2
}
${
__files3
}
${
CMAKE_CURRENT_BINARY_DIR
}
/otbImageWidgetPackedManager.h
${
CMAKE_CURRENT_BINARY_DIR
}
/otbImageWidgetPackedManager.h
${
CMAKE_CURRENT_BINARY_DIR
}
/otbImageWidgetSplittedManager.h
${
CMAKE_CURRENT_BINARY_DIR
}
/otbImageWidgetSplittedManager.h
${
CMAKE_CURRENT_BINARY_DIR
}
/otbMsgReporterGUI.h
DESTINATION
${
OTB_INSTALL_INCLUDE_DIR_CM24
}
/Visualization
DESTINATION
${
OTB_INSTALL_INCLUDE_DIR_CM24
}
/Visualization
COMPONENT Development
)
COMPONENT Development
)
ENDIF
(
NOT OTB_INSTALL_NO_DEVELOPMENT
)
ENDIF
(
NOT OTB_INSTALL_NO_DEVELOPMENT
)
...
...
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