mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:11:36 +08:00
d6c1fc64f0
* [entt] Bump to 3.12.2 * update version database
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
entt provides CMake targets:
|
|
|
|
find_package(EnTT CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE EnTT::EnTT)
|