Added start at C++ bindings

This commit is contained in:
TQ Hirsch 2014-01-16 09:38:55 -05:00 committed by Meredith L. Patterson
parent 61f79252a5
commit bda2fb4741
5 changed files with 239 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# -*- python -*-
Import("env libhammer_shared")
cppenv = env.Clone()
cppenv.Append(INCPATH=["."])
libhammerxx = env.SharedLibrary("hammer++", libhammer_shared + ["hammer.cpp"])