mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 09:11:42 +00:00
[CMAKE]
No mesa32 for MSVC for now. It has lots of assembly that would need to be ported. It also talkes ages to compile. svn path=/branches/cmake-bringup/; revision=49796
This commit is contained in:
parent
cfba60d19d
commit
0fc3ec9dea
1 changed files with 2 additions and 0 deletions
2
dll/3rdparty/CMakeLists.txt
vendored
2
dll/3rdparty/CMakeLists.txt
vendored
|
@ -6,4 +6,6 @@ add_subdirectory(libjpeg)
|
||||||
add_subdirectory(libpng)
|
add_subdirectory(libpng)
|
||||||
#add_subdirectory(libtiff)#FIXME : unresolved symbol _pei386_runtime_relocator
|
#add_subdirectory(libtiff)#FIXME : unresolved symbol _pei386_runtime_relocator
|
||||||
add_subdirectory(libxslt)
|
add_subdirectory(libxslt)
|
||||||
|
if(NOT MSVC)
|
||||||
add_subdirectory(mesa32)
|
add_subdirectory(mesa32)
|
||||||
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue