Distinguish between system headers and project headers.
authorJan Olszak <j.olszak@samsung.com>
Fri, 23 Nov 2012 11:25:40 +0000 (12:25 +0100)
committerGerrit Code Review <gerrit2@kim11>
Tue, 27 Nov 2012 08:15:12 +0000 (17:15 +0900)
commitb526636e4f1e992542955ec12fd40b804e8c05ff
treeb5f7c2e332e0584638e8a2f93ada68299f89d3d9
parentf7456b1e9a3d7c7563289ec66b5e217ecc7bd300
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: I275281d33fc262ba67b79bc523b3f994ace9ec9b
src/CMakeLists.txt
src/api_new/CMakeLists.txt
src/view/common/CMakeLists.txt
src/view/webkit/CMakeLists.txt
src/wrt-launcher/CMakeLists.txt