mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:09:00 +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.
|