Move cmake directory (#5648)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Tue, 16 Jul 2019 09:21:47 +0000 (18:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 16 Jul 2019 09:21:47 +0000 (18:21 +0900)
commit45c33d3ed504df91975e44c0742971899d304f01
tree6158b58877be0cea6253323ba6c3be361768d9db
parent5b77100834a2e7f6dbd4627261ea82b15181a1f3
Move cmake directory (#5648)

* Move cmake directory

Move cmake script directory to infra/nnfw/cmake
Move root CMakeLists.txt to infra/nnfw

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
* Define NNFW_SOURCE_ROOT and use
59 files changed:
infra/nnfw/CMakeLists.txt [moved from CMakeLists.txt with 85% similarity]
infra/nnfw/cmake/ApplyCompileFlags.cmake [moved from cmake/ApplyCompileFlags.cmake with 100% similarity]
infra/nnfw/cmake/CfgOptionFlags.cmake [moved from cmake/CfgOptionFlags.cmake with 100% similarity]
infra/nnfw/cmake/buildtool/config/config_aarch64-linux.cmake [moved from cmake/buildtool/config/config_aarch64-linux.cmake with 100% similarity]
infra/nnfw/cmake/buildtool/config/config_aarch64-tizen.cmake [moved from cmake/buildtool/config/config_aarch64-tizen.cmake with 100% similarity]
infra/nnfw/cmake/buildtool/config/config_arm64-android.cmake [moved from cmake/buildtool/config/config_arm64-android.cmake with 100% similarity]
infra/nnfw/cmake/buildtool/config/config_armv7l-linux.cmake [moved from cmake/buildtool/config/config_armv7l-linux.cmake with 100% similarity]
infra/nnfw/cmake/buildtool/config/config_armv7l-tizen.cmake [moved from cmake/buildtool/config/config_armv7l-tizen.cmake with 100% similarity]
infra/nnfw/cmake/buildtool/config/config_linux.cmake [moved from cmake/buildtool/config/config_linux.cmake with 100% similarity]
infra/nnfw/cmake/buildtool/config/config_x86_64-linux.cmake [moved from cmake/buildtool/config/config_x86_64-linux.cmake with 100% similarity]
infra/nnfw/cmake/buildtool/cross/toolchain_aarch64-linux.cmake [moved from cmake/buildtool/cross/toolchain_aarch64-linux.cmake with 89% similarity]
infra/nnfw/cmake/buildtool/cross/toolchain_aarch64-tizen.cmake [moved from cmake/buildtool/cross/toolchain_aarch64-tizen.cmake with 94% similarity]
infra/nnfw/cmake/buildtool/cross/toolchain_arm64-android.cmake [moved from cmake/buildtool/cross/toolchain_arm64-android.cmake with 100% similarity]
infra/nnfw/cmake/buildtool/cross/toolchain_armv7l-linux.cmake [moved from cmake/buildtool/cross/toolchain_armv7l-linux.cmake with 93% similarity]
infra/nnfw/cmake/buildtool/cross/toolchain_armv7l-tizen.cmake [moved from cmake/buildtool/cross/toolchain_armv7l-tizen.cmake with 95% similarity]
infra/nnfw/cmake/modules/ExtendCMakeFunction.cmake [moved from cmake/modules/ExtendCMakeFunction.cmake with 100% similarity]
infra/nnfw/cmake/modules/ExternalProjectTools.cmake [moved from cmake/modules/ExternalProjectTools.cmake with 100% similarity]
infra/nnfw/cmake/modules/ExternalSourceTools.cmake [moved from cmake/modules/ExternalSourceTools.cmake with 100% similarity]
infra/nnfw/cmake/modules/IdentifyPlatform.cmake [moved from cmake/modules/IdentifyPlatform.cmake with 100% similarity]
infra/nnfw/cmake/modules/OptionTools.cmake [moved from cmake/modules/OptionTools.cmake with 100% similarity]
infra/nnfw/cmake/options/options_aarch64-linux.cmake [moved from cmake/options/options_aarch64-linux.cmake with 100% similarity]
infra/nnfw/cmake/options/options_aarch64-tizen.cmake [moved from cmake/options/options_aarch64-tizen.cmake with 100% similarity]
infra/nnfw/cmake/options/options_arm64-android.cmake [moved from cmake/options/options_arm64-android.cmake with 100% similarity]
infra/nnfw/cmake/options/options_armv7l-linux.cmake [moved from cmake/options/options_armv7l-linux.cmake with 100% similarity]
infra/nnfw/cmake/options/options_armv7l-tizen.cmake [moved from cmake/options/options_armv7l-tizen.cmake with 100% similarity]
infra/nnfw/cmake/options/options_x86_64-linux.cmake [moved from cmake/options/options_x86_64-linux.cmake with 100% similarity]
infra/nnfw/cmake/packages/ARMCompute/SConstruct [moved from cmake/packages/ARMCompute/SConstruct with 100% similarity]
infra/nnfw/cmake/packages/ARMComputeConfig.cmake [moved from cmake/packages/ARMComputeConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/ARMComputeSourceConfig.cmake [moved from cmake/packages/ARMComputeSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/AbslSourceConfig.cmake [moved from cmake/packages/AbslSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/BoostConfig.cmake [moved from cmake/packages/BoostConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/BoostSourceConfig.cmake [moved from cmake/packages/BoostSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/CpuinfoSourceConfig.cmake [moved from cmake/packages/CpuinfoSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/EigenConfig.cmake [moved from cmake/packages/EigenConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/EigenSourceConfig.cmake [moved from cmake/packages/EigenSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/Enum34SourceConfig.cmake [moved from cmake/packages/Enum34SourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/FP16SourceConfig.cmake [moved from cmake/packages/FP16SourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/FXdivSourceConfig.cmake [moved from cmake/packages/FXdivSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/FarmhashSourceConfig.cmake [moved from cmake/packages/FarmhashSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/FlatBuffersConfig.cmake [moved from cmake/packages/FlatBuffersConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/FlatBuffersSourceConfig.cmake [moved from cmake/packages/FlatBuffersSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/GEMMLowpSourceConfig.cmake [moved from cmake/packages/GEMMLowpSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/GTestConfig.cmake [moved from cmake/packages/GTestConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/NEON2SSESourceConfig.cmake [moved from cmake/packages/NEON2SSESourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/NNPACKConfig.cmake [moved from cmake/packages/NNPACKConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/NNPACKSourceConfig.cmake [moved from cmake/packages/NNPACKSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/Nonius/html_report_template.g.h++ [moved from cmake/packages/Nonius/html_report_template.g.h++ with 100% similarity]
infra/nnfw/cmake/packages/NoniusConfig.cmake [moved from cmake/packages/NoniusConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/NoniusSourceConfig.cmake [moved from cmake/packages/NoniusSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/OpcodesSourceConfig.cmake [moved from cmake/packages/OpcodesSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/PSIMDSourceConfig.cmake [moved from cmake/packages/PSIMDSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/PeachpySourceConfig.cmake [moved from cmake/packages/PeachpySourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/PthreadpoolSourceConfig.cmake [moved from cmake/packages/PthreadpoolSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/SixSourceConfig.cmake [moved from cmake/packages/SixSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/TensorFlowLite/CMakeLists.txt [moved from cmake/packages/TensorFlowLite/CMakeLists.txt with 100% similarity]
infra/nnfw/cmake/packages/TensorFlowLiteConfig.cmake [moved from cmake/packages/TensorFlowLiteConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/TensorFlowSourceConfig.cmake [moved from cmake/packages/TensorFlowSourceConfig.cmake with 100% similarity]
infra/nnfw/cmake/packages/TensorflowConfig.cmake [moved from cmake/packages/TensorflowConfig.cmake with 100% similarity]
scripts/command/configure