mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
[CMAKE]
- Inhibit all warning messages for mesa32. svn path=/branches/cmake-bringup/; revision=49886
This commit is contained in:
parent
a46bd17bc1
commit
f8bea92055
1 changed files with 4 additions and 0 deletions
4
dll/3rdparty/mesa32/CMakeLists.txt
vendored
4
dll/3rdparty/mesa32/CMakeLists.txt
vendored
|
@ -1,4 +1,8 @@
|
|||
|
||||
if(NOT MSVC)
|
||||
add_definitions(-w)
|
||||
endif()
|
||||
|
||||
add_definitions(
|
||||
-DUSE_EXTERNAL_DXTN_LIB=1
|
||||
-DBUILD_GL32
|
||||
|
|
Loading…
Reference in a new issue