Generate compiler command information during build (#3100)
author이성재/On-Device Lab(SR)/Principal Engineer/삼성전자 <sj925.lee@samsung.com>
Fri, 22 Mar 2019 00:59:00 +0000 (09:59 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 22 Mar 2019 00:59:00 +0000 (09:59 +0900)
commit3e027c725952ce2f47d4500a552159d6ff60fae6
tree40d22c7d6ccbf4b7c16c5b6708b60e1e2ccd7325
parent5b55f63222646c780a4a89dca98f748cc993370b
Generate compiler command information during build (#3100)

- Set CMAKE_EXPORT_COMPILE_COMMANDS option to generate
  compile_commands.json file while cmake build.
- It will be used to generate semantic information from various tools.
- Leave a comment about unsupported feature in CMake version 3.1.0

Signed-off-by: Sung-Jae Lee <sj925.lee@samsung.com>
CMakeLists.txt