mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:09:06 +08:00
c7a2f021f2
* 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>
5 lines
139 B
Plaintext
Executable File
5 lines
139 B
Plaintext
Executable File
The package embree3 provides CMake targets:
|
|
|
|
find_package(embree 3 CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE embree)
|