mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 11:39:02 +08:00
12 lines
267 B
Plaintext
12 lines
267 B
Plaintext
The package sail provides CMake targets:
|
|
|
|
C libraries:
|
|
|
|
find_package(Sail CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE SAIL::sail)
|
|
|
|
C++ bindings:
|
|
|
|
find_package(Sail CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE SAIL::sail-c++)
|