From: José Fonseca Date: Tue, 15 Nov 2011 18:47:20 +0000 (+0000) Subject: Fix whitespace in CMakeLists.txt. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=2dd775b292dd89109b856e827098b7cc954c977b;p=apitrace Fix whitespace in CMakeLists.txt. --- 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 ()