MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / CLAddPreprocessor

Function CLAddPreprocessor

tools/targets/codelite.py:59–62  ·  view source on GitHub ↗
(root, value)

Source from the content-addressed store, hash-verified

57 node.attrib['Value'] = path
58
59def CLAddPreprocessor(root, value):
60 node = root.find('Settings').find('Configuration').find('Compiler')
61 node = SubElement(node, 'Preprocessor')
62 node.attrib['Value'] = value
63
64
65def CLSetLdFlags(root, flags):

Callers 1

TargetCodeliteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected