Add c-library only option
authorBrenden Blanco <bblanco@gmail.com>
Tue, 22 Aug 2017 22:47:12 +0000 (15:47 -0700)
committerBrenden Blanco <bblanco@gmail.com>
Fri, 25 Aug 2017 23:41:36 +0000 (16:41 -0700)
commit7fef69592b2ba3123cda2bfa7b99ae79cd8089e2
tree98381b3a872fed9e63d361fbe4dde2d0beb0caa0
parent71fc3d5c890f57fb7f979c6176d97da0f04d0801
Add c-library only option

Allow building of JUST the libbpf library and related headers. No clang,
llvm, python, lua, etc. Not even tests :(

Signed-off-by: Brenden Blanco <bblanco@gmail.com>
CMakeLists.txt
examples/CMakeLists.txt
src/CMakeLists.txt
src/cc/CMakeLists.txt
tests/CMakeLists.txt