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
5575acd1
Commit
5575acd1
authored
18 years ago
by
Romain Garrigues
Browse files
Options
Downloads
Patches
Plain Diff
nomsg
parent
b928c898
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
otbIncludeDirectories.cmake
+76
-76
76 additions, 76 deletions
otbIncludeDirectories.cmake
with
76 additions
and
76 deletions
otbIncludeDirectories.cmake
+
76
−
76
View file @
5575acd1
# $Id$
#-----------------------------------------------------------------------------
# Include directories for other projects installed on the system.
SET
(
OTB_INCLUDE_DIRS_SYSTEM
""
)
#-----------------------------------------------------------------------------
# Include directories from the build tree.
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE
${
OTB_BINARY_DIR
}
)
# These directories are always needed.
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE
${
OTB_INCLUDE_DIRS_BUILD_TREE
}
${
OTB_SOURCE_DIR
}
/Code/Common
${
OTB_SOURCE_DIR
}
/Code/BasicFilters
${
OTB_SOURCE_DIR
}
/Code/IO
${
OTB_SOURCE_DIR
}
/Code/ChangeDetection
${
OTB_SOURCE_DIR
}
/Code/FeatureExtraction
${
OTB_SOURCE_DIR
}
/Code/Learning
${
OTB_SOURCE_DIR
}
/Code/Visu
)
#-----------------------------------------------------------------------------
# Include directories from the GDAL build tree.
INCLUDE
(
${
OTB_SOURCE_DIR
}
/Utilities/GDAL/gdalIncludeDirectories.cmake
)
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE
${
OTB_INCLUDE_DIRS_BUILD_TREE
}
${
GDAL_INCLUDE_DIRS_BUILD_TREE
}
)
#-----------------------------------------------------------------------------
# Include directories from the CAI build tree.
INCLUDE
(
${
OTB_SOURCE_DIR
}
/Utilities/CAI/caiIncludeDirectories.cmake
)
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE
${
OTB_INCLUDE_DIRS_BUILD_TREE
}
${
CAI_INCLUDE_DIRS_BUILD_TREE
}
)
#-----------------------------------------------------------------------------
# Include directories needed for .cxx files in OTB. These include
# directories will NOT be available to user projects.
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE_CXX
)
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE_CXX
${
OTB_INCLUDE_DIRS_BUILD_TREE_CXX
}
)
#-----------------------------------------------------------------------------
# Include directories from the install tree.
SET
(
OTB_INSTALL_INCLUDE_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/include/otb"
)
SET
(
OTB_INCLUDE_DIRS_INSTALL_TREE
${
OTB_INCLUDE_DIRS_INSTALL_TREE
}
${
OTB_INSTALL_INCLUDE_DIR
}
${
OTB_INSTALL_INCLUDE_DIR
}
/Common
${
OTB_INSTALL_INCLUDE_DIR
}
/BasicFilters
${
OTB_INSTALL_INCLUDE_DIR
}
/IO
${
OTB_INSTALL_INCLUDE_DIR
}
/ChangeDetection
${
OTB_INSTALL_INCLUDE_DIR
}
/FeatureExtraction
${
OTB_INSTALL_INCLUDE_DIR
}
/Learning
${
OTB_INSTALL_INCLUDE_DIR
}
/Visu
${
OTB_INSTALL_INCLUDE_DIR
}
/Utilities
${
OTB_INSTALL_INCLUDE_DIR
}
/Utilities/CAI
${
OTB_INSTALL_INCLUDE_DIR
}
/Utilities/GDAL
)
#IF(NOT OTB_USE_SYSTEM_VXL)
# SET(OTB_INCLUDE_DIRS_INSTALL_TREE ${OTB_INCLUDE_DIRS_INSTALL_TREE}
# ${OTB_INSTALL_INCLUDE_DIR}/Utilities/vxl/vcl
# ${OTB_INSTALL_INCLUDE_DIR}/Utilities/vxl/core
# )
#ENDIF(NOT OTB_USE_SYSTEM_VXL)
#-----------------------------------------------------------------------------
# Include directories for 3rd-party utilities provided by OTB.
#OTB_THIRD_PARTY_INCLUDE(ZLIB zlib)
#OTB_THIRD_PARTY_INCLUDE(PNG png)
#OTB_THIRD_PARTY_INCLUDE(TIFF tiff)
# $Id$
#-----------------------------------------------------------------------------
# Include directories for other projects installed on the system.
SET
(
OTB_INCLUDE_DIRS_SYSTEM
""
)
#-----------------------------------------------------------------------------
# Include directories from the build tree.
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE
${
OTB_BINARY_DIR
}
)
# These directories are always needed.
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE
${
OTB_INCLUDE_DIRS_BUILD_TREE
}
${
OTB_SOURCE_DIR
}
/Code/Common
${
OTB_SOURCE_DIR
}
/Code/BasicFilters
${
OTB_SOURCE_DIR
}
/Code/IO
${
OTB_SOURCE_DIR
}
/Code/ChangeDetection
${
OTB_SOURCE_DIR
}
/Code/FeatureExtraction
${
OTB_SOURCE_DIR
}
/Code/Learning
${
OTB_SOURCE_DIR
}
/Code/Visu
)
#-----------------------------------------------------------------------------
# Include directories from the GDAL build tree.
#
INCLUDE(${OTB_SOURCE_DIR}/Utilities/GDAL/gdalIncludeDirectories.cmake)
#
SET(OTB_INCLUDE_DIRS_BUILD_TREE ${OTB_INCLUDE_DIRS_BUILD_TREE}
#
${GDAL_INCLUDE_DIRS_BUILD_TREE}
#
)
#-----------------------------------------------------------------------------
# Include directories from the CAI build tree.
INCLUDE
(
${
OTB_SOURCE_DIR
}
/Utilities/CAI/caiIncludeDirectories.cmake
)
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE
${
OTB_INCLUDE_DIRS_BUILD_TREE
}
${
CAI_INCLUDE_DIRS_BUILD_TREE
}
)
#-----------------------------------------------------------------------------
# Include directories needed for .cxx files in OTB. These include
# directories will NOT be available to user projects.
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE_CXX
)
SET
(
OTB_INCLUDE_DIRS_BUILD_TREE_CXX
${
OTB_INCLUDE_DIRS_BUILD_TREE_CXX
}
)
#-----------------------------------------------------------------------------
# Include directories from the install tree.
SET
(
OTB_INSTALL_INCLUDE_DIR
"
${
CMAKE_INSTALL_PREFIX
}
/include/otb"
)
SET
(
OTB_INCLUDE_DIRS_INSTALL_TREE
${
OTB_INCLUDE_DIRS_INSTALL_TREE
}
${
OTB_INSTALL_INCLUDE_DIR
}
${
OTB_INSTALL_INCLUDE_DIR
}
/Common
${
OTB_INSTALL_INCLUDE_DIR
}
/BasicFilters
${
OTB_INSTALL_INCLUDE_DIR
}
/IO
${
OTB_INSTALL_INCLUDE_DIR
}
/ChangeDetection
${
OTB_INSTALL_INCLUDE_DIR
}
/FeatureExtraction
${
OTB_INSTALL_INCLUDE_DIR
}
/Learning
${
OTB_INSTALL_INCLUDE_DIR
}
/Visu
${
OTB_INSTALL_INCLUDE_DIR
}
/Utilities
${
OTB_INSTALL_INCLUDE_DIR
}
/Utilities/CAI
${
OTB_INSTALL_INCLUDE_DIR
}
/Utilities/GDAL
)
#IF(NOT OTB_USE_SYSTEM_VXL)
# SET(OTB_INCLUDE_DIRS_INSTALL_TREE ${OTB_INCLUDE_DIRS_INSTALL_TREE}
# ${OTB_INSTALL_INCLUDE_DIR}/Utilities/vxl/vcl
# ${OTB_INSTALL_INCLUDE_DIR}/Utilities/vxl/core
# )
#ENDIF(NOT OTB_USE_SYSTEM_VXL)
#-----------------------------------------------------------------------------
# Include directories for 3rd-party utilities provided by OTB.
#OTB_THIRD_PARTY_INCLUDE(ZLIB zlib)
#OTB_THIRD_PARTY_INCLUDE(PNG png)
#OTB_THIRD_PARTY_INCLUDE(TIFF tiff)
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