aboutsummaryrefslogtreecommitdiff
path: root/ports/embree3/usage
diff options
context:
space:
mode:
authorRegen <regen100@users.noreply.github.com>2020-08-10 05:16:00 +0900
committerGitHub <noreply@github.com>2020-08-09 13:16:00 -0700
commitc7a2f021f21518979e242271a500dc26cde791ed (patch)
treead7537ea0cc03d2f79b0885238dc57882211ed81 /ports/embree3/usage
parent4b1950f7981e478cc2006e0104c82d6c3c5d6f6c (diff)
downloadvcpkg-c7a2f021f21518979e242271a500dc26cde791ed.tar.gz
vcpkg-c7a2f021f21518979e242271a500dc26cde791ed.zip
[embree3] Update to 3.11.0 (#12555)
* Update embree to 3.11.0 * Update portfile.cmake Remove unused function include(vcpkg_common_functions) * Update ports/embree3/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'ports/embree3/usage')
-rwxr-xr-xports/embree3/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/embree3/usage b/ports/embree3/usage
new file mode 100755
index 000000000..8622f121d
--- /dev/null
+++ b/ports/embree3/usage
@@ -0,0 +1,4 @@
+The package embree3 provides CMake targets:
+
+ find_package(embree 3 CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE embree)