mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 01:22:51 +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.
|