reactos/dll/3rdparty/CMakeLists.txt
Timo Kreuzer 0fc3ec9dea [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
2010-11-26 00:01:20 +00:00

12 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()