Distinguish between system headers and project headers.
authorJan Olszak <j.olszak@samsung.com>
Fri, 23 Nov 2012 14:01:55 +0000 (15:01 +0100)
committerGerrit Code Review <gerrit2@kim11>
Fri, 30 Nov 2012 14:58:27 +0000 (23:58 +0900)
commitfa226f47234afcd257e16338cc0e29f104eeed34
tree998cd5ff55f758c9952a8fdc570a7bccf6b171c6
parent7cf02814d31d59b8e8d25e9c8156a9fa27dc094c
Distinguish between system headers and project headers.

[Issue#] During compilation system and project headers were included the same way.
[Bug] N/A
[Cause] N/A
[Solution] Use -isystem flag to include system headers. In CMake files it's done by INCLUDE_DIRECTORY( SYSTEM ... ).
[Verification] Build. No warnings from system headers.

Change-Id: Ide041328bc7240d6875943067c272baeb5671dfd
src/CMakeLists.txt