mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
7 lines
185 B
Plaintext
7 lines
185 B
Plaintext
|
blend2d provides CMake targets:
|
||
|
|
||
|
find_package(blend2d CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE blend2d::blend2d)
|
||
|
|
||
|
Also, define BL_STATIC before any blend2d includes.
|