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

Function main

tools/build_cpp_projects.py:65–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64
65def main():
66 command_line_args()
67 clean_build_directories_if_forced()
68 print_compiler_options()
69 build_cefpython_app_library()
70 build_library(lib_name="client_handler",
71 macros=MACROS,
72 sources_dir=CLIENT_HANDLER_DIR,
73 output_dir=BUILD_CLIENT_HANDLER)
74 build_library(lib_name="cpp_utils",
75 macros=MACROS,
76 sources_dir=CPP_UTILS_DIR,
77 output_dir=BUILD_CPP_UTILS)
78 build_subprocess_executable()
79 print("[build_cpp_projects.py] Done building C++ projects")
80
81
82def command_line_args():

Callers 1

Calls 6

print_compiler_optionsFunction · 0.85
build_libraryFunction · 0.85
command_line_argsFunction · 0.70

Tested by

no test coverage detected