mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
1c3635eabd
* Update to 2.8.6 * Add versions * Fix supports * Update git-tree * Fix format * Update git-tree * FIx actions * Add license * Update git-tree * Apply suggestions * Update git-tree * Format requirement * Update git-tree
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)
|
|
|