mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
0fc3ec9dea
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
11 lines
245 B
CMake
11 lines
245 B
CMake
|
|
if(NSWPAT)
|
|
add_subdirectory(dxtn)
|
|
endif()
|
|
add_subdirectory(libjpeg)
|
|
add_subdirectory(libpng)
|
|
#add_subdirectory(libtiff)#FIXME : unresolved symbol _pei386_runtime_relocator
|
|
add_subdirectory(libxslt)
|
|
if(NOT MSVC)
|
|
add_subdirectory(mesa32)
|
|
endif()
|