mirror of
https://github.com/reactos/reactos.git
synced 2025-04-06 05:34:22 +00:00
[LIBXSLT]
* Add to the MSVC build. svn path=/trunk/; revision=56921
This commit is contained in:
parent
7ba318b692
commit
5efd13d09d
1 changed files with 3 additions and 2 deletions
5
reactos/dll/3rdparty/CMakeLists.txt
vendored
5
reactos/dll/3rdparty/CMakeLists.txt
vendored
|
@ -1,12 +1,13 @@
|
|||
|
||||
if(NSWPAT)
|
||||
add_subdirectory(dxtn)
|
||||
add_subdirectory(dxtn)
|
||||
endif()
|
||||
|
||||
add_subdirectory(libjpeg)
|
||||
add_subdirectory(libpng)
|
||||
add_subdirectory(libtiff)
|
||||
add_subdirectory(libxslt)
|
||||
|
||||
if(NOT MSVC)
|
||||
add_subdirectory(libxslt)
|
||||
add_subdirectory(mesa32)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue