]> git.cworth.org Git - apitrace/commitdiff
Fix whitespace in CMakeLists.txt.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Tue, 15 Nov 2011 18:47:20 +0000 (18:47 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 17 Nov 2011 15:50:26 +0000 (15:50 +0000)
CMakeLists.txt

index 1b5f55e56eb02c525367fcaa88bcecc1eb66331e..57b76d1712a06e529cd4b6e08471d895be52b092 100755 (executable)
@@ -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 ()