Fix target_link_libraries signatures mixing

pull/3713/head
Not-a-Bug Won't Fix 3 years ago committed by Behdad Esfahbod
parent a64fc71033
commit aec34e17eb
  1. 2
      CMakeLists.txt

@ -434,7 +434,7 @@ target_include_directories(harfbuzz PUBLIC
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/src>"
"$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/harfbuzz>")
if (HB_HAVE_FREETYPE AND TARGET freetype)
target_link_libraries(harfbuzz PUBLIC freetype)
target_link_libraries(harfbuzz freetype)
endif ()

Loading…
Cancel
Save