From 2dd775b292dd89109b856e827098b7cc954c977b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 15 Nov 2011 18:47:20 +0000 Subject: [PATCH] Fix whitespace in CMakeLists.txt. --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b5f55e..57b76d1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -550,7 +550,10 @@ if (EGL_FOUND AND NOT WIN32 AND NOT APPLE) ) target_link_libraries (eglretrace - ${EGL_LIBRARIES} ${OPENGL_gl_LIBRARY} ${X11_X11_LIB}) + ${EGL_LIBRARIES} + ${OPENGL_gl_LIBRARY} + ${X11_X11_LIB} + ) install (TARGETS eglretrace RUNTIME DESTINATION bin) endif () -- 2.43.0