Skip to content

Commit

Permalink
add scons build
Browse files Browse the repository at this point in the history
  • Loading branch information
Comma Device committed Nov 12, 2019
1 parent dc9ad18 commit 64ce0b5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ node_modules
package-lock.json
*.pyc
__pycache__
.*.swp
libcereal*.a

10 changes: 10 additions & 0 deletions SConscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Import('env')

env.Library('cereal', [
'gen/c/car.capnp.c',
'gen/c/log.capnp.c',
'gen/cpp/car.capnp.c++',
'gen/cpp/log.capnp.c++',
])


0 comments on commit 64ce0b5

Please sign in to comment.