Home
last modified time | relevance | path

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

12345678910>>...14

/third_party/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/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/node/deps/uv/
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/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/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/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/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/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/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/node/deps/zlib/patches/
D0010-cmake-enable-simd.patch53 + list(APPEND ZLIB_PRIVATE_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/adler32_simd.h)
54 + list(APPEND ZLIB_PRIVATE_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/contrib/optimizations/chunkcopy.h)
55 + list(APPEND ZLIB_PRIVATE_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/contrib/optimizations/inffast_chunk.h)
56 + list(APPEND ZLIB_PRIVATE_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/cpu_features.h)
57 + list(APPEND ZLIB_PRIVATE_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/crc32_simd.h)
59 + list(APPEND ZLIB_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/adler32_simd.c)
60 + list(APPEND ZLIB_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/contrib/optimizations/inffast_chunk.c)
61 + list(APPEND ZLIB_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/contrib/optimizations/inflate.c)
62 + list(APPEND ZLIB_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/cpu_features.c)
63 + list(APPEND ZLIB_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/crc32_simd.c)
[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/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/curl/CMake/
DPickyWarnings.cmake42 list(APPEND WPICKY_ENABLE
54 list(APPEND WPICKY_ENABLE
94 list(APPEND WPICKY_ENABLE
102 list(APPEND WPICKY_ENABLE
108 list(APPEND WPICKY_ENABLE
115 list(APPEND WPICKY_ENABLE
121 list(APPEND WPICKY_DETECT
126 list(APPEND WPICKY_ENABLE
134 list(APPEND WPICKY_ENABLE
139 list(APPEND WPICKY_ENABLE
[all …]
DFindGSS.cmake57 list(APPEND _GSS_ROOT_HINTS "${_GSS_PKG_PREFIX}")
59 list(APPEND _GSS_ROOT_HINTS "[HKEY_LOCAL_MACHINE\\SOFTWARE\\MIT\\Kerberos;InstallDir]")
100 list(APPEND _GSS_INCLUDE_DIR "${_val}")
102 list(APPEND _GSS_COMPILER_FLAGS "${_flag}")
124 list(APPEND _GSS_LIBRARIES "${_val}")
127 list(APPEND _GSS_LINK_DIRECTORIES "${_val}")
129 list(APPEND _GSS_LINKER_FLAGS "${_flag}")
184 list(APPEND CMAKE_REQUIRED_DEFINITIONS -D__ROKEN_H__)
215 list(APPEND _GSS_LIBDIR_HINTS ${_GSS_CALCULATED_POTENTIAL_ROOT})
219 list(APPEND _GSS_LIBDIR_SUFFIXES "lib/AMD64")
[all …]
/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/node/deps/zlib/
DCMakeLists.txt58 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_SYS_TYPES_H)
61 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDINT_H)
64 list(APPEND CMAKE_REQUIRED_DEFINITIONS -DHAVE_STDDEF_H)
156 list(APPEND ZLIB_PRIVATE_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/adler32_simd.h)
157 list(APPEND ZLIB_PRIVATE_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/contrib/optimizations/chunkcopy.h)
158 list(APPEND ZLIB_PRIVATE_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/contrib/optimizations/inffast_chunk.h)
159 list(APPEND ZLIB_PRIVATE_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/cpu_features.h)
160 list(APPEND ZLIB_PRIVATE_HDRS ${CMAKE_CURRENT_SOURCE_DIR}/crc32_simd.h)
162 list(APPEND ZLIB_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/adler32_simd.c)
163 list(APPEND ZLIB_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/contrib/optimizations/inffast_chunk.c)
[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}")
/third_party/curl/lib/
DCMakeLists.txt34 list(APPEND HHEADERS
127 set_property(TARGET ${LIB_OBJECT} APPEND PROPERTY COMPILE_FLAGS "${CURL_CFLAG_SYMBOLS_HIDE}")
128 set_property(TARGET ${LIB_OBJECT} APPEND PROPERTY COMPILE_DEFINITIONS "CURL_HIDDEN_SYMBOLS")
147 list(APPEND libcurl_export ${LIB_STATIC})
157 set_property(TARGET ${LIB_STATIC} APPEND PROPERTY COMPILE_FLAGS "${CURL_CFLAG_SYMBOLS_HIDE}")
158 set_property(TARGET ${LIB_STATIC} APPEND PROPERTY COMPILE_DEFINITIONS "CURL_HIDDEN_SYMBOLS")
176 list(APPEND libcurl_export ${LIB_SHARED})
180 set_property(TARGET ${LIB_SHARED} APPEND PROPERTY SOURCES libcurl.rc)
182 set_property(TARGET ${LIB_SHARED} APPEND PROPERTY SOURCES "${CURL_SOURCE_DIR}/libcurl.def")
192 set_property(TARGET ${LIB_SHARED} APPEND PROPERTY COMPILE_FLAGS "${CURL_CFLAG_SYMBOLS_HIDE}")
[all …]
/third_party/vixl/
DCMakeLists.txt65 list(APPEND VIXL_AARCH64_SOURCES
79 list(APPEND VIXL_FLAGS -DVIXL_DEBUG)
84 list(APPEND VIXL_FLAGS -DVIXL_INCLUDE_TARGET_A32)
85 list(APPEND VIXL_SOURCES ${VIXL_AARCH32_SOURCES})
86 list(APPEND VIXL_DIR ${VIXL_AARCH32_DIR})
91 list(APPEND VIXL_FLAGS -DVIXL_INCLUDE_SIMULATOR_AARCH64 -DVIXL_INCLUDE_TARGET_A64)
92 list(APPEND VIXL_SOURCES ${VIXL_AARCH64_SOURCES})
93 list(APPEND VIXL_DIR ${VIXL_AARCH64_DIR})
/third_party/libphonenumber/cpp/
DCMakeLists.txt154 list (APPEND ICU_INCLUDE_DIR ${ICU_I18N_INCLUDE_DIR})
155 list (APPEND ICU_LIB ${ICU_I18N_LIB})
268 list (APPEND SOURCES "src/phonenumbers/regexp_adapter_re2.cc")
273 list (APPEND SOURCES "src/phonenumbers/regexp_adapter_icu.cc")
275 list (APPEND SOURCES "src/phonenumbers/phonenumbermatch.cc")
276 list (APPEND SOURCES "src/phonenumbers/phonenumbermatcher.cc")
278 list (APPEND SOURCES "src/phonenumbers/alternate_format.cc")
287 list (APPEND TESTING_LIBRARY_SOURCES ${GEOCODING_SOURCES})
340 list (APPEND SOURCES "src/phonenumbers/lite_metadata.cc")
350 list (APPEND SOURCES "src/phonenumbers/metadata.cc")
[all …]
/third_party/curl/
DCMakeLists.txt114 list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_WIN32_WINNT=${CURL_TARGET_WINDOWS_VERSION})
137 set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS $<$<CONFIG:Debug>:DEBUGBUILD>)
142 set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS CURLDEBUG)
182 list(APPEND CURL_LIBS ${CARES_LIBRARY})
314 list(APPEND CURL_LIBS "-framework SystemConfiguration")
365 list(APPEND CMAKE_REQUIRED_DEFINITIONS -D_WINSOCKAPI_=)
386 list(APPEND CURL_LIBS "ws2_32")
388 list(APPEND CURL_LIBS "winmm")
454 list(APPEND CURL_LIBS "-framework Security")
472 list(APPEND CURL_LIBS "-framework CoreFoundation -framework CoreServices")
[all …]

12345678910>>...14