ThePhD / infoware

C++ Library for pulling system and hardware information, without hitting the command line.
Creative Commons Zero v1.0 Universal
410 stars 84 forks source link

How to include in CMakeLists.txt #70

Open PhilippPaetzold opened 1 year ago

PhilippPaetzold commented 1 year ago

Unfortunately we do not know the lib name that infoware uses when included via VCPKG in a CMakeLists.txt:

works and is found

find_package (infoware CONFIG REQUIRED)

Both do not work

target_link_libraries ( infoware iware:inforware

Can you tell us how the library name is here?

Thank you and kind regards Philipp