Skip to content
Snippets Groups Projects
Commit 81ec28ec authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: put the include dir in the same place

parent 0b783cee
Branches
Tags
No related merge requests found
......@@ -109,10 +109,15 @@ set(BUILDNAME "${BUILDNAME}" CACHE STRING "Name of build on the dashboard.")
# Include directories
set(Monteverdi2_INCLUDE_DIRS
${OTB_INCLUDE_DIRS}
${Monteverdi2_SOURCE_DIR}/Code
${Monteverdi2_SOURCE_DIR}/Code/
${Monteverdi2_SOURCE_DIR}/Code/Common
${Monteverdi2_SOURCE_DIR}/Code/Application
${Monteverdi2_BINARY_DIR}/Code/Common
${Monteverdi2_BINARY_DIR}/Code/Application
)
include_directories(${Monteverdi2_INCLUDE_DIRS})
#----------------------------------------------------------------------------
# Installation vars:
#
......@@ -199,12 +204,6 @@ if("${_PREFIX}" STREQUAL "${_BUILD}")
)
endif("${_PREFIX}" STREQUAL "${_BUILD}")
#----------------------------------------------------------------------------
set(Monteverdi2_INCLUDE_DIRS ${Monteverdi2_INCLUDE_DIRS} ${Monteverdi2_SOURCE_DIR}/Code/Application)
#----------------------------------------------------------------------------
include_directories(${Monteverdi2_INCLUDE_DIRS})
#----------------------------------------------------------------------------
# Code location
add_subdirectory(Code)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment