Author: tfaber
Date: Tue Nov 12 13:20:41 2013
New Revision: 60961

URL: http://svn.reactos.org/svn/reactos?rev=60961&view=rev
Log:
[OOPS]
- Fix build

Modified:
    trunk/reactos/dll/opengl/mesa/x86/CMakeLists.txt

Modified: trunk/reactos/dll/opengl/mesa/x86/CMakeLists.txt
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/mesa/x86/CMakeLists.txt?rev=60961&r1=60960&r2=60961&view=diff
==============================================================================
--- trunk/reactos/dll/opengl/mesa/x86/CMakeLists.txt    [iso-8859-1] (original)
+++ trunk/reactos/dll/opengl/mesa/x86/CMakeLists.txt    [iso-8859-1] Tue Nov 12 
13:20:41 2013
@@ -28,7 +28,7 @@
 )
 
 add_asm_files(mesa_x86_asm ${ASM_SOURCE})
-add_library(mesa_x86 STATIC ${SOURCE} ${mesa_x86_asm))
+add_library(mesa_x86 STATIC ${SOURCE} ${mesa_x86_asm})
 
 if(NOT MSVC)
     add_compile_flags("-Wno-format")


Reply via email to