vcpkg/ports/dpp/usage
Craig Edwards 0257395b0f
[DPP] Add new port (#25949)
* vcpkg dpp port built from our CI

* fix missing dependency

* update

* Update Sun Jul 24 11:26:12 UTC 2022

* exclude uwp for dpp

* Update Sun Jul 24 13:21:45 UTC 2022

* fix supports

* fix supports

* Update Sun Jul 24 14:14:29 UTC 2022

* Update Sun Jul 24 15:36:39 UTC 2022

* Update Mon Jul 25 12:04:56 UTC 2022

* * Add https:// to the homepage so that it is a valid URI.

* Added usage.
* Forced pkgconfig to be required rather than quiet.
* Changed tabs to spaces in portfile.cmake.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-07-26 15:04:32 -07:00

4 lines
118 B
Plaintext

dpp provides CMake targets:
find_package(dpp CONFIG REQUIRED)
target_link_libraries(main PRIVATE dpp::dpp)