mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 22:28:18 +08:00
![Kai Pastor](/assets/img/avatar_default.png)
* Fix multi-config find_package(GIF) * Update versions * Fix invalid vcpkg tool output * Update versions
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
The package giflib is compatible with built-in CMake targets:
|
|
|
|
find_package(GIF REQUIRED)
|
|
target_link_libraries(main PRIVATE GIF::GIF)
|