mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
c6756ce80b
* [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>
4 lines
195 B
Plaintext
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}) |