lfreist / hwinfo

cross platform C++ library for hardware information (CPU, RAM, GPU, ...)
MIT License
438 stars 76 forks source link

Using target_link_library with PUBLIC access allows for easier cmake inclusion #25

Closed abaurens closed 11 months ago

abaurens commented 1 year ago

See changes in README.md

diiigle commented 11 months ago

Please consider merging this. If I am using the library, I just want to link against the target and not fumble about with the include directories manually.