Home
last modified time | relevance | path

Searched refs:SOURCES (Results 1 – 25 of 243) sorted by relevance

12345678910

/third_party/libwebsockets/lib/misc/
DCMakeLists.txt27 # - changes to SOURCES
34 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)
[all …]
/third_party/libwebsockets/lib/roles/http/
DCMakeLists.txt27 # - changes to SOURCES
34 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
73 list(APPEND SOURCES
79 list(APPEND SOURCES
[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/vulkan-loader/tests/framework/layer/
DCMakeLists.txt24 AddSharedLibrary(test_layer_export_base DEF_FILE test_layer_base SOURCES test_layer.cpp DEFINITIONS…
25 AddSharedLibrary(test_layer_export_version_0 DEF_FILE test_layer_0 SOURCES test_layer.cpp DEFINITIO…
26 AddSharedLibrary(test_layer_export_version_1 DEF_FILE test_layer_1 SOURCES test_layer.cpp DEFINITIO…
27 AddSharedLibrary(test_layer_export_version_2 DEF_FILE test_layer_2 SOURCES test_layer.cpp DEFINITIO…
46 AddSharedLibrary(test_layer_wrap_objects DEF_FILE wrap_objects SOURCES wrap_objects.cpp DEFINITIONS…
47 AddSharedLibrary(test_layer_wrap_objects_1 DEF_FILE wrap_objects_1 SOURCES wrap_objects.cpp DEFINIT…
48 AddSharedLibrary(test_layer_wrap_objects_2 DEF_FILE wrap_objects_2 SOURCES wrap_objects.cpp DEFINIT…
49 AddSharedLibrary(test_layer_wrap_objects_3 DEF_FILE wrap_objects_3 SOURCES wrap_objects.cpp DEFINIT…
/third_party/vulkan-loader/tests/framework/icd/
DCMakeLists.txt22 SOURCES test_icd.cpp
25 SOURCES test_icd.cpp
28 SOURCES test_icd.cpp
31 SOURCES test_icd.cpp
34 SOURCES test_icd.cpp
37 SOURCES test_icd.cpp
40 SOURCES test_icd.cpp
/third_party/skia/third_party/externals/spirv-cross/samples/cpp/
DMakefile4 SOURCES := $(wildcard *.comp) macro
5 SPIRV := $(SOURCES:.comp=.spv)
6 CPP_INTERFACE := $(SOURCES:.comp=.spv.cpp)
7 CPP_DRIVER := $(SOURCES:.comp=.cpp)
8 EXECUTABLES := $(SOURCES:.comp=.shader)
/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/libwebsockets/lib/plat/unix/
DCMakeLists.txt27 # - changes to SOURCES
44 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)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.pro13 SOURCES += ../../src/utils/os_win32.c
18 SOURCES += ../../src/utils/os_win32.c
25 SOURCES += ../../src/utils/os_win32.c
29 SOURCES += ../../src/utils/os_unix.c
46 SOURCES += main.cpp \
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.pro13 SOURCES += ../../src/utils/os_win32.c
18 SOURCES += ../../src/utils/os_win32.c
25 SOURCES += ../../src/utils/os_win32.c
29 SOURCES += ../../src/utils/os_unix.c
46 SOURCES += main.cpp \
/third_party/libwebsockets/lib/plat/freertos/
DCMakeLists.txt27 # - changes to SOURCES
34 list(APPEND SOURCES
44 list(APPEND SOURCES plat/freertos/esp32/drivers/settings-esp32.c)
46 list(APPEND SOURCES plat/freertos/esp32/drivers/netdev/wifi-esp32.c)
50 list(APPEND SOURCES plat/freertos/freertos-file.c)
53 list(APPEND SOURCES plat/freertos/freertos-resolv.c)
/third_party/libwebsockets/lib/system/
DCMakeLists.txt27 # - changes to SOURCES
34 list(APPEND SOURCES
40 list(APPEND SOURCES
46 list(APPEND SOURCES
51 list(APPEND SOURCES
62 list(APPEND SOURCES
/third_party/zlib/nintendods/
DMakefile20 SOURCES := ../../ macro
55 export VPATH := $(foreach dir,$(SOURCES),$(CURDIR)/$(dir)) \
60 CFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.c)))
61 CPPFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.cpp)))
62 SFILES := $(foreach dir,$(SOURCES),$(notdir $(wildcard $(dir)/*.s)))
/third_party/libwebsockets/lib/tls/
DCMakeLists.txt27 # - entries on SOURCES (modifications set back in PARENT_SCOPE)
113 list(APPEND SOURCES
116 list(APPEND SOURCES
120 list(APPEND SOURCES
124 list(APPEND SOURCES
129 list(APPEND SOURCES
134 list(APPEND SOURCES
138 list(APPEND SOURCES
142 list(APPEND SOURCES
146 list(APPEND SOURCES
[all …]
/third_party/skia/third_party/externals/imgui/examples/example_glfw_metal/
DMakefile11 SOURCES = main.mm macro
12 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_D…
13 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_metal.mm
14 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))
/third_party/skia/third_party/externals/imgui/examples/example_sdl_metal/
DMakefile11 SOURCES = main.mm macro
12 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_D…
13 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_metal.mm
14 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))
/third_party/libwebsockets/lib/abstract/
DCMakeLists.txt27 # - changes to SOURCES
34 list(APPEND SOURCES
38 list(APPEND SOURCES
42 list(APPEND SOURCES
46 # list(APPEND SOURCES
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
DMakefile21 SOURCES = main.cpp macro
22 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_D…
23 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_wgpu.cpp
24 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
DMakefile21 SOURCES = main.cpp macro
22 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_D…
23 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl3.cpp
24 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl3/
DMakefile19 SOURCES = main.cpp macro
20 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_D…
21 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl3.cpp
22 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/
DMakefile19 SOURCES = main.cpp macro
20 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_D…
21 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_sdlrenderer.cpp
22 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))
/third_party/skia/third_party/externals/imgui/examples/example_glut_opengl2/
DMakefile14 SOURCES = main.cpp macro
15 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_D…
16 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glut.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl2.cpp
17 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
DMakefile19 SOURCES = main.cpp macro
20 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_D…
21 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl3.cpp
22 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
DMakefile19 SOURCES = main.cpp macro
20 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_D…
21 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_sdl.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl2.cpp
22 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))
/third_party/skia/third_party/externals/imgui/examples/example_glfw_opengl2/
DMakefile19 SOURCES = main.cpp macro
20 SOURCES += $(IMGUI_DIR)/imgui.cpp $(IMGUI_DIR)/imgui_demo.cpp $(IMGUI_DIR)/imgui_draw.cpp $(IMGUI_D…
21 SOURCES += $(IMGUI_DIR)/backends/imgui_impl_glfw.cpp $(IMGUI_DIR)/backends/imgui_impl_opengl2.cpp
22 OBJS = $(addsuffix .o, $(basename $(notdir $(SOURCES))))

12345678910