Imported Upstream version 1.9.0
[platform/core/ml/nnfw.git] / infra / nnfw / cmake / options / options_armv7l-tizen.cmake
1 #
2 # armv7l tizen cmake options
3 #
4 option(BUILD_ARMCOMPUTE "Build ARM Compute from the downloaded source" OFF)
5 option(BUILD_TENSORFLOW_LITE "Build TensorFlow Lite from the downloaded source" OFF)
6 option(DOWNLOAD_NEON2SSE "Download NEON2SSE library source" OFF)
7
8 option(BUILD_LOGGING "Build logging runtime" OFF)
9 option(GENERATE_RUNTIME_NNAPI_TESTS "Generate NNAPI operation gtest" OFF)
10 option(ENVVAR_ONERT_CONFIG "Use environment variable for onert configuration" OFF)