Platform specific cmake option setting (#4898)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 1 Apr 2019 05:31:19 +0000 (14:31 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 1 Apr 2019 05:31:19 +0000 (14:31 +0900)
commita9fa0e953167fb7e07dfa8f9c893b1fe3934594e
tree3cfe52719c6b83373c7c80eb62b94e326ce2daf8
parentbcf5b65109a6427d0d41adb6f2b995e0520dd2f5
Platform specific cmake option setting (#4898)

Make platform specific cmake option setting files
Platform specific setting have higher priority than common setting

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
cmake/CfgOptionFlags.cmake
cmake/options/options_aarch64-linux.cmake [new file with mode: 0644]
cmake/options/options_aarch64-tizen.cmake [new file with mode: 0644]
cmake/options/options_arm64-android.cmake [new file with mode: 0644]
cmake/options/options_armv7l-linux.cmake [new file with mode: 0644]
cmake/options/options_armv7l-tizen.cmake [new file with mode: 0644]
cmake/options/options_x86_64-linux.cmake [new file with mode: 0644]