b224fb6e57
this adds an install target which will install binaries, libraries, pkg-config and headers, along with a simple link-test program to verify the installed library and headers work. --------- Co-authored-by: Joey Parrish <joeyparrish@google.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
README.md | ||
test.cc |
README.md
Link test for libpackager
This is a dummy application to test linking libpackager. It gives us a build
target that validates our install target works and that our public headers (in
../include/packager/...
) are complete and self-contained.