Source code

Revision control

Copy as Markdown

Other Tools

# Any copyright is dedicated to the Public Domain.
DIRS += [
"baz",
]
STATIC_LIBRARY_NAME = "baz_s"
FORCE_STATIC_LIB = True
OS_LIBS += ["-lfoo"]
USE_LIBS += ["qux"]
SharedLibrary("baz")