swh:1:snp:e6d42e6731ce66e3c09de07ac49964c03139e990
Tip revision: a763b81ee81810f5fa544165d5053bde478b2dbd authored by Konrad Werys on 28 November 2019, 13:47:50 UTC
feat: one pixel calculation with toamtooptions v10
feat: one pixel calculation with toamtooptions v10
Tip revision: a763b81
nr3.cmake
if(USE_NR3)
SET(NR3_RECIPES_DIR ${CMAKE_SOURCE_DIR}/../NumericalRecipes3/code)
if(EXISTS ${NR3_RECIPES_DIR})
include_directories (${NR3_RECIPES_DIR})
# TODO: build NR3
set(TOMATO_LIBS_TO_LINK ${TOMATO_LIBS_TO_LINK} NR2)
message("Using NR3")
else()
set(USE_NR3 OFF)
endif()
endif(USE_NR3)