Home
last modified time | relevance | path

Searched refs:APPEND (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/third_party/flutter/glfw/
DCMakeLists.txt65 list(APPEND CMAKE_MODULE_PATH "${GLFW_SOURCE_DIR}/CMake/modules")
104 list(APPEND glfw_INCLUDE_DIRS "${GLFW_SOURCE_DIR}/deps/mingw")
161 list(APPEND glfw_LIBRARIES ${VULKAN_STATIC_LIBRARY})
178 list(APPEND glfw_LIBRARIES "${RT_LIBRARY}")
179 list(APPEND glfw_PKG_LIBS "-lrt")
185 list(APPEND glfw_LIBRARIES "${MATH_LIBRARY}")
186 list(APPEND glfw_PKG_LIBS "-lm")
190 list(APPEND glfw_LIBRARIES "${CMAKE_DL_LIBS}")
191 list(APPEND glfw_PKG_LIBS "-l${CMAKE_DL_LIBS}")
200 list(APPEND glfw_PKG_LIBS "-lgdi32")
[all …]
/third_party/libwebsockets/lib/misc/
DCMakeLists.txt34 list(APPEND SOURCES
40 list(APPEND SOURCES
46 list(APPEND SOURCES
53 list(APPEND SOURCES
61 list(APPEND SOURCES
66 list(APPEND SOURCES
71 list(APPEND SOURCES
76 list(APPEND SOURCES misc/fsmount.c)
80 list(APPEND SOURCES misc/dir.c)
84 list(APPEND SOURCES misc/threadpool/threadpool.c)
[all …]
/third_party/libwebsockets/lib/secure-streams/
DCMakeLists.txt28 list(APPEND SOURCES
35 list(APPEND SOURCES
41 list(APPEND SOURCES
46 list(APPEND SOURCES
51 list(APPEND SOURCES
56 list(APPEND SOURCES
62 list(APPEND SOURCES
69 list(APPEND SOURCES
76 list(APPEND SOURCES
82 list(APPEND SOURCES
[all …]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
DCMakeLists.txt4 list(APPEND CMAKE_MODULE_PATH ${LWS_CMAKE_DIR})
51 list(APPEND mytests http-client-warmcat)
61 list(APPEND mytests http-client-fi-ctx1)
66 # list(APPEND mytests http-client-fi-pi)
70 list(APPEND mytests http-client-fi-ctx2)
73 list(APPEND mytests http-client-fi-ctx3)
76 list(APPEND mytests http-client-fi-ctx4)
79 list(APPEND mytests http-client-fi-ctx5)
82 list(APPEND mytests http-client-fi-ctx6)
85 list(APPEND mytests http-client-fi-ctx7)
[all …]
/third_party/libuv/
DCMakeLists.txt7 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
104 list(APPEND uv_cflags ${lint-strict-prototypes} ${lint-extra} ${lint-default} ${lint-w4})
105 list(APPEND uv_cflags ${lint-no-unused-parameter})
106 list(APPEND uv_cflags ${lint-no-unused-parameter-msvc})
107 list(APPEND uv_cflags ${lint-no-conditional-constant-msvc})
108 list(APPEND uv_cflags ${lint-no-nonstandard-msvc})
109 list(APPEND uv_cflags ${lint-no-nonstandard-empty-tu-msvc})
110 list(APPEND uv_cflags ${lint-no-nonstandard-file-scope-msvc})
111 list(APPEND uv_cflags ${lint-no-nonstandard-nonstatic-dlimport-msvc})
112 list(APPEND uv_cflags ${lint-no-hides-local-msvc})
[all …]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
DCMakeLists.txt4 list(APPEND CMAKE_MODULE_PATH ${LWS_CMAKE_DIR})
50 list(APPEND mytests http-client-warmcat)
60 list(APPEND mytests http-client-fi-ctx1)
65 # list(APPEND mytests http-client-fi-pi)
69 list(APPEND mytests http-client-fi-ctx2)
72 list(APPEND mytests http-client-fi-ctx3)
75 list(APPEND mytests http-client-fi-ctx4)
78 list(APPEND mytests http-client-fi-ctx5)
81 list(APPEND mytests http-client-fi-ctx6)
84 list(APPEND mytests http-client-fi-ctx7)
[all …]
/third_party/libxml2/
Dlibxml2-config.cmake.in55 list(APPEND LIBXML2_LIBRARIES ${Iconv_LIBRARIES})
56 list(APPEND LIBXML2_INCLUDE_DIRS ${Iconv_INCLUDE_DIRS})
57 list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "Iconv::Iconv")
62 list(APPEND LIBXML2_LIBRARIES ${CMAKE_THREAD_LIBS_INIT})
63 list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:Threads::Threads>")
68 list(APPEND LIBXML2_LIBRARIES ${ICU_LIBRARIES})
69 …list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:ICU::data>;\$<LINK_ONLY:ICU::i18n>;\$<L…
74 list(APPEND LIBXML2_LIBRARIES ${LIBLZMA_LIBRARIES})
75 list(APPEND LIBXML2_INTERFACE_LINK_LIBRARIES "\$<LINK_ONLY:LibLZMA::LibLZMA>")
80 list(APPEND LIBXML2_LIBRARIES ${ZLIB_LIBRARIES})
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
DGENERATED_AbseilCopts.cmake6 list(APPEND ABSL_CLANG_CL_FLAGS
15 list(APPEND ABSL_CLANG_CL_TEST_FLAGS
35 list(APPEND ABSL_GCC_FLAGS
53 list(APPEND ABSL_GCC_TEST_FLAGS
63 list(APPEND ABSL_LLVM_FLAGS
100 list(APPEND ABSL_LLVM_TEST_FLAGS
120 list(APPEND ABSL_MSVC_FLAGS
137 list(APPEND ABSL_MSVC_LINKOPTS
141 list(APPEND ABSL_MSVC_TEST_FLAGS
149 list(APPEND ABSL_RANDOM_HWAES_ARM32_FLAGS
[all …]
/third_party/flutter/skia/tests/
DRecordTest.cpp56 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro
65 APPEND(record, SkRecords::DrawRect, paint, rect); in DEF_TEST()
83 APPEND(record, SkRecords::Save); in DEF_TEST()
84 APPEND(record, SkRecords::ClipRect); in DEF_TEST()
85 APPEND(record, SkRecords::NoOp); in DEF_TEST()
86 APPEND(record, SkRecords::DrawRect); in DEF_TEST()
87 APPEND(record, SkRecords::NoOp); in DEF_TEST()
88 APPEND(record, SkRecords::NoOp); in DEF_TEST()
89 APPEND(record, SkRecords::Restore); in DEF_TEST()
100 #undef APPEND
/third_party/skia/tests/
DRecordTest.cpp56 #define APPEND(record, type, ...) new (record.append<type>()) type{__VA_ARGS__} macro
65 APPEND(record, SkRecords::DrawRect, paint, rect); in DEF_TEST()
83 APPEND(record, SkRecords::Save); in DEF_TEST()
84 APPEND(record, SkRecords::ClipRect); in DEF_TEST()
85 APPEND(record, SkRecords::NoOp); in DEF_TEST()
86 APPEND(record, SkRecords::DrawRect); in DEF_TEST()
87 APPEND(record, SkRecords::NoOp); in DEF_TEST()
88 APPEND(record, SkRecords::NoOp); in DEF_TEST()
89 APPEND(record, SkRecords::Restore); in DEF_TEST()
100 #undef APPEND
/third_party/libwebsockets/lib/plat/unix/
DCMakeLists.txt44 list(APPEND SOURCES
50 list(APPEND SOURCES plat/unix/unix-file.c)
53 list(APPEND SOURCES
61 list(APPEND SOURCES plat/unix/android/android-resolv.c)
63 list(APPEND SOURCES plat/unix/unix-resolv.c)
69 list(APPEND SOURCES plat/unix/unix-plugins.c)
73 list(APPEND SOURCES plat/unix/unix-spawn.c)
78 list(APPEND LIB_LIST_AT_END network)
85 list(APPEND LIB_LIST_AT_END m)
88 list(APPEND LIB_LIST_AT_END socket)
[all …]
/third_party/cef/cmake/
Dcef_variables.cmake.in65 list(APPEND CEF_COMPILER_DEFINES
83 list(APPEND CEF_COMPILER_FLAGS
100 list(APPEND CEF_C_COMPILER_FLAGS
103 list(APPEND CEF_CXX_COMPILER_FLAGS
111 list(APPEND CEF_COMPILER_FLAGS_DEBUG
115 list(APPEND CEF_COMPILER_FLAGS_RELEASE
123 list(APPEND CEF_LINKER_FLAGS
133 list(APPEND CEF_LINKER_FLAGS_RELEASE
138 list(APPEND CEF_COMPILER_DEFINES
141 list(APPEND CEF_COMPILER_DEFINES_RELEASE
[all …]
/third_party/gettext/gettext-tools/src/
Dread-desktop.c222 #undef APPEND in desktop_lex()
223 #define APPEND(c) \ in desktop_lex() macro
268 APPEND (c); in desktop_lex()
283 APPEND (0); in desktop_lex()
297 APPEND (c); in desktop_lex()
299 APPEND (0); in desktop_lex()
324 APPEND (c); in desktop_lex()
346 APPEND (0); in desktop_lex()
355 APPEND (c2); in desktop_lex()
365 APPEND (0); in desktop_lex()
[all …]
/third_party/libwebsockets/lib/roles/http/
DCMakeLists.txt34 list(APPEND SOURCES
40 list(APPEND SOURCES
46 list(APPEND SOURCES
51 list(APPEND SOURCES
56 list(APPEND SOURCES
61 list(APPEND SOURCES
66 list(APPEND SOURCES
68 list(APPEND LIB_LIST brotlienc brotlidec brotlidec)
73 list(APPEND SOURCES
79 list(APPEND SOURCES
[all …]
/third_party/boost/tools/cmake/include/
DBoostInstall.cmake63 string(APPEND toolset ${major}${minor})
82 string(APPEND toolset ${CMAKE_MATCH_1})
87 string(APPEND name_debug "-${toolset}")
88 string(APPEND name_release "-${toolset}")
95 string(APPEND name_debug "-mt")
96 string(APPEND name_release "-mt")
106 string(APPEND name_debug "-sgd")
107 string(APPEND name_release "-s")
111 string(APPEND name_debug "-gd")
117 string(APPEND name_debug "-d")
[all …]
/third_party/boost/libs/gil/test/header/
DCMakeLists.txt13 list(APPEND _headers ${_hpp_concepts})
18 list(APPEND _headers ${_hpp_core})
20 list(APPEND _ext_dirs extension/dynamic_image/)
22 list(APPEND _ext_dirs extension/numeric)
25 list(APPEND _ext_dirs extension/toolbox)
28 list(APPEND _ext_dirs io)
29 list(APPEND _ext_dirs extension/io)
36 list(APPEND _headers ${_hpp})
92 file(APPEND ${_cpp} "#include <boost/gil/${_header}>\n")
95 file(APPEND ${_cpp} "int main() { return 0; }\n")
/third_party/abseil-cpp/absl/copts/
DGENERATED_AbseilCopts.cmake6 list(APPEND ABSL_CLANG_CL_FLAGS
56 list(APPEND ABSL_CLANG_CL_TEST_FLAGS
76 list(APPEND ABSL_GCC_FLAGS
95 list(APPEND ABSL_GCC_TEST_FLAGS
105 list(APPEND ABSL_LLVM_FLAGS
153 list(APPEND ABSL_LLVM_TEST_FLAGS
173 list(APPEND ABSL_MSVC_FLAGS
190 list(APPEND ABSL_MSVC_LINKOPTS
194 list(APPEND ABSL_MSVC_TEST_FLAGS
202 list(APPEND ABSL_RANDOM_HWAES_ARM32_FLAGS
[all …]
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DCMakeLists.txt30 list(APPEND WSI_SRC_FILES
36 list(APPEND WSI_SRC_FILES
45 list(APPEND WSI_SRC_FILES
54 list(APPEND WSI_SRC_FILES
61 list(APPEND WSI_SRC_FILES
68 list(APPEND WSI_SRC_FILES
74 list(APPEND WSI_SRC_FILES
82 list(APPEND WSI_COMPILE_OPTIONS
/third_party/skia/third_party/externals/harfbuzz/
DCMakeLists.txt89 list(APPEND CMAKE_REQUIRED_LIBRARIES m)
110 list(APPEND THIRD_PARTY_LIBS Threads::Threads)
138 list(APPEND listVar "${prefix}${f}")
193 list(APPEND THIRD_PARTY_LIBS ${FREETYPE_LIBRARIES})
197 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-ft.h)
214 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-graphite2.h)
216 list(APPEND THIRD_PARTY_LIBS ${GRAPHITE2_LIBRARY})
234 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-glib.h)
236 list(APPEND THIRD_PARTY_LIBS ${GLIB_LIBRARIES})
253 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-icu.h)
[all …]
/third_party/libwebsockets/lib/core-net/
DCMakeLists.txt27 list(APPEND SOURCES
43 list(APPEND SOURCES
49 list(APPEND SOURCES
55 list(APPEND SOURCES
60 list(APPEND SOURCES
65 list(APPEND SOURCES
74 list(APPEND SOURCES
81 list(APPEND SOURCES
/third_party/mindspore/third_party/patch/libevent/
Dlibevent.patch0016 list(APPEND SRC_OPENSSL bufferevent_openssl.c)
7 list(APPEND HDR_PUBLIC include/event2/bufferevent_ssl.h)
8 - list(APPEND LIB_APPS ${OPENSSL_LIBRARIES})
9 + list(APPEND LIB_APPS ${OPENSSL_LIBRARIES} -ldl)
/third_party/harfbuzz/
DCMakeLists.txt89 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})
[all …]
/third_party/flutter/skia/third_party/externals/harfbuzz/
DCMakeLists.txt109 list(APPEND CMAKE_REQUIRED_LIBRARIES m)
154 list(APPEND listVar "${prefix}${f}")
262 list(APPEND THIRD_PARTY_LIBS ${FREETYPE_LIBRARIES})
266 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-ft.cc)
267 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-ft.h)
284 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-graphite2.cc)
285 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-graphite2.h)
287 list(APPEND THIRD_PARTY_LIBS ${GRAPHITE2_LIBRARY})
305 list(APPEND project_sources ${PROJECT_SOURCE_DIR}/src/hb-glib.cc)
306 list(APPEND project_headers ${PROJECT_SOURCE_DIR}/src/hb-glib.h)
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DCMakeLists.txt64 list(APPEND REACTOR_PRIVATE_COMPILE_DEFINITIONS "BOOST_STACKTRACE_USE_WINDBG_CACHED")
67 list(APPEND REACTOR_PRIVATE_COMPILE_DEFINITIONS "BOOST_STACKTRACE_USE_BACKTRACE")
68 list(APPEND REACTOR_PRIVATE_LINK_LIBRARIES libbacktrace)
71 list(APPEND REACTOR_PRIVATE_LINK_LIBRARIES Boost::boost)
77 … list(APPEND REACTOR_PUBLIC_COMPILE_DEFINITIONS "REACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION")
80 list(APPEND REACTOR_PRIVATE_COMPILE_DEFINITIONS "REACTOR_ANONYMOUS_MMAP_NAME=swiftshader_jit")
/third_party/libsnd/cmake/
DCMakeAutoGen.cmake11 list(APPEND OUTPUTS "${NAME_WE}.${EXT}")
27 list(APPEND ARTIFACTS "${PREFIX}${OUTPUTFILE}")
32 list(APPEND EXTRA_ARGS "-DDEBUG=1")
35 list(APPEND EXTRA_ARGS "-DOUTPUTDIR=${OUTPUTDIR}")

12345678910>>...19