[subset] Refine the coding style

pull/3256/head
faywong 3 years ago committed by Behdad Esfahbod
parent f8538d3117
commit b621c4fc29
  1. 4
      CMakeLists.txt

@ -704,8 +704,8 @@ if (NOT SKIP_INSTALL_LIBRARIES AND NOT SKIP_INSTALL_ALL)
)
endif ()
if (HB_BUILD_SUBSET)
install(TARGETS harfbuzz-subset
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
install(TARGETS harfbuzz-subset
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
)
endif ()
if (HB_BUILD_UTILS)

Loading…
Cancel
Save