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
Container registry
Model registry
Operate
Environments
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
Antoine Belvire
otb
Commits
894dba99
Commit
894dba99
authored
19 years ago
by
Thomas Feuvrier
Browse files
Options
Downloads
Patches
Plain Diff
No commit message
No commit message
parent
6bdbf6bb
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
Testing/Code/Installation/CMakeLists.txt
+18
-0
18 additions, 0 deletions
Testing/Code/Installation/CMakeLists.txt
with
18 additions
and
0 deletions
Testing/Code/Installation/CMakeLists.txt
0 → 100644
+
18
−
0
View file @
894dba99
IF
(
NOT OTB_DISABLE_CXX_TESTING
)
ADD_TEST
(
otbInstallationTest
${
CXX_TEST_PATH
}
/otbInstallationTest
)
ADD_EXECUTABLE
(
otbInstallationTest otbInstallationTest.cxx
)
#TARGET_LINK_LIBRARIES(otbInstallationTest OTBCommon ITKCommon ITKIO ITKNumerics ITKBasicFilters ITKCommon ITKStatistics itkvnl_inst itkvnl_algo itkvnl itkvcl itknetlib itksys ITKNrrdIO itkpng itktiff itkjpeg8 itkjpeg12 itkjpeg16 ITKMetaIO itkzlib ITKDICOMParser ITKEXPAT )
#TARGET_LINK_LIBRARIES(otbInstallationTest OTBCommon )
TARGET_LINK_LIBRARIES
(
otbInstallationTest OTBCommon
${
CAI_LIBRARY
}
${
TIFF_LIBRARY
}
vtkRendering
)
#TARGET_LINK_LIBRARIES(otbInstallationTest OTBCommon vtkCommon fltk fltk_forms fltk_gl fltk_images )
#TARGET_LINK_LIBRARIES(TestFltk fltk fltk_forms fltk_gl fltk_images )
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