remove useless hard path From Cmake file. 39/23439/2
authorRonan Le Martret <ronan@fridu.net>
Wed, 25 Jun 2014 15:08:21 +0000 (17:08 +0200)
committerronan(Eurogiciel) Le Martret <ronan.lemartret@open.eurogiciel.org>
Wed, 25 Jun 2014 15:10:53 +0000 (08:10 -0700)
commit047b8655fc59cb24d8937d132455dd1e521a4d1f
tree84020d243a0d8f841c1860da7c3932bf8266065b
parent4ee5f77116ba97e8588a7c4c329ee427e9147068
remove useless hard path From Cmake file.

Cmake provides the path throw
 SET(requires "dlog bundle glib-2.0 aul chromium")
 pkg_check_modules(${this_target} REQUIRED ${requires})

So, we only need:
INCLUDE_DIRECTORIES (
include
)

Change-Id: I6da0dd0c5df0d1dce6ada6698b9779ec6d9cb0da
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
CMakeLists.txt