Author: tkreuzer Date: Fri Nov 26 00:01:20 2010 New Revision: 49796
URL: http://svn.reactos.org/svn/reactos?rev=49796&view=rev Log: [CMAKE] No mesa32 for MSVC for now. It has lots of assembly that would need to be ported. It also talkes ages to compile.
Modified: branches/cmake-bringup/dll/3rdparty/CMakeLists.txt
Modified: branches/cmake-bringup/dll/3rdparty/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/branches/cmake-bringup/dll/3rdparty/CMake... ============================================================================== --- branches/cmake-bringup/dll/3rdparty/CMakeLists.txt [iso-8859-1] (original) +++ branches/cmake-bringup/dll/3rdparty/CMakeLists.txt [iso-8859-1] Fri Nov 26 00:01:20 2010 @@ -6,4 +6,6 @@ add_subdirectory(libpng) #add_subdirectory(libtiff)#FIXME : unresolved symbol _pei386_runtime_relocator add_subdirectory(libxslt) +if(NOT MSVC) add_subdirectory(mesa32) +endif()