Skip to content

Instantly share code, notes, and snippets.

@hgkmail
Created March 30, 2019 08:39
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save hgkmail/b42363af2421e33b8985dd83bb51e09a to your computer and use it in GitHub Desktop.
SConstruct example
env=Environment(CPPPATH='/usr/include/boost/',
CPPDEFINES=[],
LIBS=["pthread"],
CXXFLAGS="-std=c++0x -g -O0"
)
env.Program("app", ["app.cpp"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment