shaka-packager/link-test
Cosmin Stejerean b224fb6e57
feat: add install target for cmake (#1269)
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>
2023-10-16 13:08:48 -07:00
..
CMakeLists.txt feat: add install target for cmake (#1269) 2023-10-16 13:08:48 -07:00
README.md feat: add install target for cmake (#1269) 2023-10-16 13:08:48 -07:00
test.cc feat: add install target for cmake (#1269) 2023-10-16 13:08:48 -07:00

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.