Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Export CMake libraries with aliases for easy use
This allows bdwgc to be included in a CMake build using `add_subdirectory`, `FetchContent`, or similar. It then relies on this CMake policy to ensure the library is found in any `target_link_libraries` usage: https://cmake.org/cmake/help/latest/policy/CMP0028.html Without the alias, `target_link_libraries` will not be able to find `gc`, `gccpp`, etc. More info here: https://stackoverflow.com/a/77211132
- Loading branch information