mirror of
https://github.com/BlackMATov/enum.hpp.git
synced 2025-12-13 06:59:45 +07:00
correct cmake usage example in README.md
Modern CMake requires one of PRIVATE, PUBLIC, INTERFACE keywords. Otherwise the target_link_libraries degrades its behavior to old CMake and applies only linker flags instead of transitively forwarding all target requirements.
This commit is contained in:
Reference in New Issue
Block a user