aboutsummaryrefslogtreecommitdiff
path: root/ports/discreture/usage
diff options
context:
space:
mode:
authorRémi Bédard-Couture <remi.bc@outlook.com>2021-02-08 20:57:27 -0500
committerGitHub <noreply@github.com>2021-02-08 17:57:27 -0800
commitc6756ce80b0b869add908c709e5de90d34e6aa08 (patch)
treeb2f9bc782040c4c1804effc135e8797fb0d239df /ports/discreture/usage
parent65e5ea1df685a5362e70367bef4dbf827addff31 (diff)
downloadvcpkg-c6756ce80b0b869add908c709e5de90d34e6aa08.tar.gz
vcpkg-c6756ce80b0b869add908c709e5de90d34e6aa08.zip
[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>
Diffstat (limited to 'ports/discreture/usage')
-rw-r--r--ports/discreture/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/discreture/usage b/ports/discreture/usage
new file mode 100644
index 000000000..00af38177
--- /dev/null
+++ b/ports/discreture/usage
@@ -0,0 +1,4 @@
+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}) \ No newline at end of file