From bb23679ae177771d483c8e87db18206efd7ba64e Mon Sep 17 00:00:00 2001 From: Emre Ucan Date: Mon, 16 Nov 2015 17:18:50 +0100 Subject: 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 --- ivi-layermanagement-examples/multi-touch-viewer/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ivi-layermanagement-examples') 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) -- cgit v1.2.1