MCPcopy Create free account
hub / github.com/boostorg/build / compile_cpp_preprocess

Function compile_cpp_preprocess

v2/tools/msvc.py:325–329  ·  view source on GitHub ↗
(targets,sources=[],properties=None)

Source from the content-addressed store, hash-verified

323 compile_c_cpp(targets,sources)
324
325def compile_cpp_preprocess(targets,sources=[],properties=None):
326 get_rspline(targets,'-TP')
327 sources += bjam.call('get-target-variable',targets,'PCH_FILE')
328 sources += bjam.call('get-target-variable',targets,'PCH_HEADER')
329 preprocess_c_cpp(targets,sources)
330
331def compile_cpp_pch(targets,sources=[],properties=None):
332 get_rspline([targets[1]], '-TP')

Callers

nothing calls this directly

Calls 2

get_rsplineFunction · 0.85
preprocess_c_cppFunction · 0.85

Tested by

no test coverage detected