shaka-packager/link-test
Joey Parrish 53eb7b1a38
build: Fix rebuild of link-test targets (#1278)
The link-test targets rebuilt every time you built the project because
that is the behavior of commands attached to add_custom_target. This is
fixed by combining add_custom_command and add_custom_target.

Fixing that led to a situation where the link-test targets built on the
first build, but didn't properly rebuild when their dependencies
changed. This is fixed by using set_source_file_properties to treat
test.cc as dirty when the test-install command runs.
2023-10-17 12:09:04 -07:00
..
CMakeLists.txt build: Fix rebuild of link-test targets (#1278) 2023-10-17 12:09:04 -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.