Add libbcc.a compilation and test binary
authorBrenden Blanco <bblanco@plumgrid.com>
Thu, 3 Mar 2016 23:40:07 +0000 (15:40 -0800)
committerBrenden Blanco <bblanco@plumgrid.com>
Thu, 3 Mar 2016 23:40:07 +0000 (15:40 -0800)
commit5ae15dc4efcdf82f39075ec8cb35104c2b4bcae2
tree9d36a68a71122e710841fe938ffb9ebcffc57795
parentfb9cd6439aad49049cf66d72282b91da37d29e55
Add libbcc.a compilation and test binary

This creates a new static library target for bcc. Add one trivial c test
case that links against it.

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
src/cc/CMakeLists.txt
tests/cc/CMakeLists.txt
tests/cc/test_static.c [new file with mode: 0644]