Skip to content
Snippets Groups Projects
Commit fc902d54 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: support building application externally, based on an install tree (build...

ENH: support building application externally, based on an install tree (build tree not supported yet)
parent 19806512
No related branches found
No related tags found
No related merge requests found
include(OTBParseArguments)
# When used externally, OTBParseArguments is included explicitely in UseOTB.cmake
# Otherwise, let's include it here
if (NOT COMMAND OTB_PARSE_ARGUMENTS)
include(OTBParseArguments)
endif()
macro(OTB_CREATE_APPLICATION)
OTB_PARSE_ARGUMENTS(
......
......@@ -266,3 +266,7 @@ IF(OTB_USE_PQXX)
INCLUDE_DIRECTORIES(${PQXX_INCLUDE_DIR})
ENDIF(OTB_USE_PQXX)
INCLUDE(${OTB_LIBRARY_DIRS}/OTBParseArguments.cmake)
INCLUDE(${OTB_LIBRARY_DIRS}/OTBWrapperMacros.cmake)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment