• Home
  • Raw
  • Download

Lines Matching refs:APPEND

89   list(APPEND CMAKE_REQUIRED_LIBRARIES m)
134 list(APPEND listVar "${prefix}${f}")
189 list(APPEND THIRD_PARTY_LIBS ${FREETYPE_LIBRARIES})
193 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-ft.h)
210 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-graphite2.h)
212 list(APPEND THIRD_PARTY_LIBS ${GRAPHITE2_LIBRARY})
230 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-glib.h)
232 list(APPEND THIRD_PARTY_LIBS ${GLIB_LIBRARIES})
249 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-icu.h)
251 list(APPEND THIRD_PARTY_LIBS ${ICU_LIBRARY})
260 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-coretext.h)
265 list(APPEND THIRD_PARTY_LIBS ${COREFOUNDATION})
271 list(APPEND THIRD_PARTY_LIBS ${CORETEXT})
277 list(APPEND THIRD_PARTY_LIBS ${COREGRAPHICS})
283 list(APPEND THIRD_PARTY_LIBS ${APPLICATION_SERVICES_FRAMEWORK})
292 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-gdi.h)
293 list(APPEND THIRD_PARTY_LIBS gdi32)
298 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-uniscribe.h)
299 list(APPEND THIRD_PARTY_LIBS usp10 gdi32 rpcrt4)
304 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-directwrite.h)
305 list(APPEND THIRD_PARTY_LIBS dwrite rpcrt4)
360 list(APPEND hb_gobject_sources ${PROJECT_SOURCE_DIR}/src/hb-gobject-structs.cc)
361 list(APPEND hb_gobject_gen_sources
364 list(APPEND hb_gobject_structs_headers
367 list(APPEND hb_gobject_headers
371 list(APPEND hb_gobject_gen_headers
535 list(APPEND hb_defines_cflags "-D${hb_cflag}")
543 list(APPEND extra_libs "--extra-library=${extra_lib_stripped}")
563 list(APPEND introspected_sources "${drive_lower}${path}")
565 list(APPEND introspected_sources "${f}")
568 list(APPEND introspected_sources "${f}")
574 file(APPEND ${CMAKE_CURRENT_BINARY_DIR}/src/hb_gir_list "${s}\n")