Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
otb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
273
Issues
273
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Main Repositories
otb
Commits
ed721cd7
Commit
ed721cd7
authored
Mar 13, 2013
by
Otmane Lahlou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: link with the right libraries after repository re-organization
parent
e58122ac
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
Code/Common/Core/CMakeLists.txt
Code/Common/Core/CMakeLists.txt
+0
-1
Code/Common/Gui/CMakeLists.txt
Code/Common/Gui/CMakeLists.txt
+1
-0
Testing/Application/CMakeLists.txt
Testing/Application/CMakeLists.txt
+1
-1
Testing/Common/CMakeLists.txt
Testing/Common/CMakeLists.txt
+3
-3
No files found.
Code/Common/Core/CMakeLists.txt
View file @
ed721cd7
...
...
@@ -69,7 +69,6 @@ add_library(Monteverdi2_Core
#############################################################################
target_link_libraries
(
Monteverdi2_Core
OTBIO
OTBApplicationEngine
Qt4::QtCore
Qt4::QtXml
)
...
...
Code/Common/Gui/CMakeLists.txt
View file @
ed721cd7
...
...
@@ -105,6 +105,7 @@ add_library(Monteverdi2_Gui
#############################################################################
target_link_libraries
(
Monteverdi2_Gui
Monteverdi2_Core
OTBApplicationEngine
${
OPENGL_LIBRARIES
}
#Qt4::QtCore
Qt4::QtGui
...
...
Testing/Application/CMakeLists.txt
View file @
ed721cd7
...
...
@@ -28,4 +28,4 @@ mvdMonteverdi2ApplicationTest.cxx
)
add_executable
(
mvdApplicationTests mvdApplicationTests.cxx
${
Application_SRCS
}
)
target_link_libraries
(
mvdApplicationTests Monteverdi2_
Application
OTBTesting
)
target_link_libraries
(
mvdApplicationTests Monteverdi2_
Viewer
OTBTesting
)
Testing/Common/CMakeLists.txt
View file @
ed721cd7
...
...
@@ -14,9 +14,9 @@ include_directories(
${
Monteverdi2_BINARY_DIR
}
${
Monteverdi2_SOURCE_DIR
}
/Code/Application/Viewer
${
Monteverdi2_SOURCE_DIR
}
/Code/Common
${
Monteverdi2_BINARY_DIR
}
/Code/Common
${
Monteverdi2_SOURCE_DIR
}
/Code/Common/Gui
${
Monteverdi2_BINARY_DIR
}
/Code/Common/Core
)
# add source files
...
...
@@ -45,7 +45,7 @@ add_test(apTvMonteverdi2FillToolBoxTree ${Common_TESTS}
add_executable
(
mvdCommonTests mvdCommonTests.cxx
${
Common_SRCS
}
)
target_link_libraries
(
mvdCommonTests Monteverdi2_
Common
OTBTesting
)
target_link_libraries
(
mvdCommonTests Monteverdi2_
Gui Monteverdi2_Core
OTBTesting
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment