Added start at C++ bindings

This commit is contained in:
TQ Hirsch 2014-01-16 09:38:55 -05:00
parent ae0158a1cd
commit da21737bbe
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"])