Added start at C++ bindings
This commit is contained in:
parent
61f79252a5
commit
bda2fb4741
5 changed files with 239 additions and 0 deletions
9
src/bindings/cpp/SConscript
Normal file
9
src/bindings/cpp/SConscript
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# -*- python -*-
|
||||
Import("env libhammer_shared")
|
||||
|
||||
cppenv = env.Clone()
|
||||
cppenv.Append(INCPATH=["."])
|
||||
|
||||
|
||||
libhammerxx = env.SharedLibrary("hammer++", libhammer_shared + ["hammer.cpp"])
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue