mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:56:00 +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(
|
add_definitions(
|
||||||
-DUSE_EXTERNAL_DXTN_LIB=1
|
-DUSE_EXTERNAL_DXTN_LIB=1
|
||||||
-DBUILD_GL32
|
-DBUILD_GL32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue