summaryrefslogtreecommitdiff
path: root/ivi-layermanagement-examples
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-11-16 17:18:29 +0100
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-12-01 11:45:43 +0900
commit34e6394ada570bb0f837ab246f25f6e9a30a9d3f (patch)
treeabad5692ddfb32b4d18461be6024eb158c64bb1c /ivi-layermanagement-examples
parente9f2eb1d7ff75aa1643d546aed8d460ebf3b3530 (diff)
downloadwayland-ivi-extension-34e6394ada570bb0f837ab246f25f6e9a30a9d3f.tar.gz
EGLWLMockNavigation: add EGL_CFLAGS definitions
EGL_CFLAGS may include platform dependent definitions, which are required to successfully build the application. Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Diffstat (limited to 'ivi-layermanagement-examples')
-rw-r--r--ivi-layermanagement-examples/EGLWLMockNavigation/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ivi-layermanagement-examples/EGLWLMockNavigation/CMakeLists.txt b/ivi-layermanagement-examples/EGLWLMockNavigation/CMakeLists.txt
index cb71730..f7b530d 100644
--- a/ivi-layermanagement-examples/EGLWLMockNavigation/CMakeLists.txt
+++ b/ivi-layermanagement-examples/EGLWLMockNavigation/CMakeLists.txt
@@ -95,6 +95,8 @@ add_dependencies(${PROJECT_NAME}
${LIBS}
)
+add_definitions(${EGL_CFLAGS})
+
target_link_libraries(${PROJECT_NAME}
${LIBS}
)