* CMakeLists.txt: Improve MSVC support (#43737).

2.6.5
Werner Lemberg 10 years ago
parent 52c9b1aaf3
commit 2c89e2c97b
  1. 6
      CMakeLists.txt
  2. 4
      ChangeLog

@ -303,6 +303,12 @@ if (BUILD_FRAMEWORK)
endif ()
if (MSVC)
set_target_properties(freetype PROPERTIES
COMPILE_FLAGS /Fd"$(IntDir)$(TargetName).pdb")
endif ()
if (ZLIB_FOUND)
target_link_libraries(freetype ${ZLIB_LIBRARIES})
include_directories(${ZLIB_INCLUDE_DIRS})

@ -1,3 +1,7 @@
2015-06-28 Werner Lemberg <wl@gnu.org>
* CMakeLists.txt: Improve MSVC support (#43737).
2015-06-28 Werner Lemberg <wl@gnu.org>
[cmake] Check for libraries and create `ftoption.h'.

Loading…
Cancel
Save