blob: 1776d05142470be41b48304f985494fcd8cd8d9a [file] [log] [blame]
@template
def Component(name):
LIBRARY_NAME = name
FORCE_SHARED_LIB = True
IS_COMPONENT = True
DIRS += [
'foo',
'bar',
]