vcpkg/ports/discreture/usage
Rémi Bédard-Couture c6756ce80b
[discreture] Add new port (#15967)
* [discreture] Add new port

* Remove unused options

* Replace hardcoded port name with cmake variable

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>

* Adding version file to fix windows-x86 build failure

* Add usage file to point to the correct header file at the end of the installation

* Update port version SHA after vcpkg x-add-version discreture

Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
2021-02-08 17:57:27 -08:00

4 lines
195 B
Plaintext

The package discreture is header only and can be used from CMake via:
find_path(DISCRETURE_INCLUDE_DIRS "discreture.hpp")
target_include_directories(main PRIVATE ${DISCRETURE_INCLUDE_DIRS})