x11_egl: use quotes to include glesv1_cm directories
authorJuan A. Suarez Romero <jasuarez@igalia.com>
Fri, 30 Jun 2017 12:22:35 +0000 (14:22 +0200)
committerJuan A. Suarez Romero <jasuarez@igalia.com>
Fri, 30 Jun 2017 14:07:11 +0000 (16:07 +0200)
commitf5e7ab6b79b2b0ec1b87d5f28997c44223e46766
treee2cada63dc428ef26872f62aee7a67fd075dd5d1
parent7bff163e7fd81c9a4ada6eaee79926047c94d441
x11_egl: use quotes to include glesv1_cm directories

Modifying the CMAKE_EXE_LINKER_FLAGS requires to set the new options
between quotes.

Otherwise, cmake will join the elements with semicolons, generating
incorrect linker flags.

Test: cmake . -DDEQP_TARGET=x11_egl && make
Change-Id: I4d95dc37b6d91ab787b9c2e5568cbe2f08dd472b
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
targets/x11_egl/x11_egl.cmake