mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:19:00 +08:00
5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
The package s2geometry provides CMake targets:
|
|
|
|
find_package(s2 CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE s2::s2)
|