mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
9aa9cc5e70
* Bump to 2023-02-03 * update version database * Remove unnecessary entries from `ci.baseline.txt`. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
minifb provides CMake targets:
|
|
|
|
find_package(minifb CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE minifb::minifb)
|