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

Function CLAddIncludePath

tools/targets/codelite.py:54–57  ·  view source on GitHub ↗
(root, path)

Source from the content-addressed store, hash-verified

52 node.attrib['Assembler'] = flags
53
54def CLAddIncludePath(root, path):
55 node = root.find('Settings').find('Configuration').find('Compiler')
56 node = SubElement(node, 'IncludePath')
57 node.attrib['Value'] = path
58
59def CLAddPreprocessor(root, value):
60 node = root.find('Settings').find('Configuration').find('Compiler')

Callers 1

TargetCodeliteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected