Author: akhaldi
Date: Fri Jul 19 23:40:04 2013
New Revision: 59523
URL:
http://svn.reactos.org/svn/reactos?rev=59523&view=rev
Log:
[GLU32]
* Silence some warnings.
Modified:
trunk/reactos/dll/opengl/glu32/CMakeLists.txt
Modified: trunk/reactos/dll/opengl/glu32/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/glu32/CMakeList…
==============================================================================
--- trunk/reactos/dll/opengl/glu32/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/opengl/glu32/CMakeLists.txt [iso-8859-1] Fri Jul 19 23:40:04 2013
@@ -107,21 +107,14 @@
src/libnurbs/nurbtess/sampleMonoPoly.cc
src/libnurbs/nurbtess/sampledLine.cc
src/libnurbs/nurbtess/searchTree.cc
- ${CMAKE_CURRENT_BINARY_DIR}/glu32.def
-)
+ ${CMAKE_CURRENT_BINARY_DIR}/glu32.def)
add_library(glu32 SHARED ${SOURCE})
set_module_type(glu32 win32dll)
if(NOT MSVC)
- add_compile_flags("-Wno-error=write-strings")
+ add_target_compile_flags(glu32 "-Wno-write-strings
-Wno-unused-but-set-variable")
endif()
-add_importlibs(glu32
- opengl32
- gdi32
- msvcrt
- kernel32
- ntdll)
-
+add_importlibs(glu32 opengl32 gdi32 msvcrt kernel32 ntdll)
add_cd_file(TARGET glu32 DESTINATION reactos/system32 FOR all)