summaryrefslogtreecommitdiff
path: root/ivi-layermanagement-examples
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-11-16 17:18:50 +0100
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-12-01 11:45:47 +0900
commitbb23679ae177771d483c8e87db18206efd7ba64e (patch)
tree6750b6992bd19a8a85746b1cefc2982680fbe7f7 /ivi-layermanagement-examples
parent34e6394ada570bb0f837ab246f25f6e9a30a9d3f (diff)
downloadwayland-ivi-extension-bb23679ae177771d483c8e87db18206efd7ba64e.tar.gz
multi-touch-viewer: 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/multi-touch-viewer/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ivi-layermanagement-examples/multi-touch-viewer/CMakeLists.txt b/ivi-layermanagement-examples/multi-touch-viewer/CMakeLists.txt
index 4ef33cc..42f7d22 100644
--- a/ivi-layermanagement-examples/multi-touch-viewer/CMakeLists.txt
+++ b/ivi-layermanagement-examples/multi-touch-viewer/CMakeLists.txt
@@ -87,6 +87,8 @@ add_executable(${PROJECT_NAME}
add_dependencies(${PROJECT_NAME} ${LIBS})
+add_definitions(${EGL_CFLAGS})
+
target_link_libraries(${PROJECT_NAME} ${LIBS})
install (TARGETS ${PROJECT_NAME} DESTINATION bin)