MCPcopy Create free account
hub / github.com/cztomczak/cefpython / build_cefpython_app_library

Function build_cefpython_app_library

tools/build_cpp_projects.py:152–159  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

150
151
152def build_cefpython_app_library():
153 sources = get_sources(SUBPROCESS_DIR, exclude_names=["main.cpp"])
154 main_message_loop_dir = os.path.join(SUBPROCESS_DIR, "main_message_loop")
155 sources.extend(get_sources(main_message_loop_dir))
156 build_library(lib_name="cefpython_app",
157 macros=cefpython_app_MACROS,
158 sources=sources,
159 output_dir=BUILD_CEFPYTHON_APP)
160
161
162def build_subprocess_executable():

Callers 1

mainFunction · 0.85

Calls 2

get_sourcesFunction · 0.85
build_libraryFunction · 0.85

Tested by

no test coverage detected