diff --git a/Testing/Applications/CMakeLists.txt b/Testing/Applications/CMakeLists.txt index 2cf36e456345df7b786db924ee32bec78dbc6bb6..f43acc81940ac99a097dcd6896dccd67709de8ac 100644 --- a/Testing/Applications/CMakeLists.txt +++ b/Testing/Applications/CMakeLists.txt @@ -1,7 +1,17 @@ set(INPUTDATA ${OTB_DATA_ROOT}/Input) + +if(OTB_DATA_USE_LARGEINPUT) + set(LARGEDATA ${OTB_DATA_LARGEINPUT_ROOT} ) +endif(OTB_DATA_USE_LARGEINPUT) + set(TEMP ${OTB_BINARY_DIR}/Testing/Temporary) -SET(TOL 0.0) -SET(EPSILON 0.000000000001) +SET(BASELINE ${OTB_DATA_ROOT}/Baseline/OTB/Images) +SET(BASELINE_FILES ${OTB_DATA_ROOT}/Baseline/OTB/Files) + + +SET(NOTOL 0.0) +SET(EPSILON_3 0.001) +SET(EPSILON_9 0.000000001) add_subdirectory(Util)