Source code
Revision control
Copy as Markdown
Other Tools
# Any copyright is dedicated to the Public Domain.
DIRS = ["one", "two", "three"]
@template
def SharedLibrary(name):
LIBRARY_NAME = name
FORCE_SHARED_LIB = True
SharedLibrary("cxx_shared")
USE_LIBS += ["cxx_static"]