mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 10:01:38 +08:00
6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
|
The package launchdarklyserver provides CMake targets:
|
||
|
|
||
|
find_package(launch-darkly-server CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE ldserverapi::ldserverapi)
|
||
|
|