vcpkg/ports/entt/usage
Weihang Ding d6c1fc64f0
[entt] Bump to 3.12.2 (#32945)
* [entt] Bump to 3.12.2

* update version database
2023-08-04 06:48:37 -07:00

5 lines
120 B
Plaintext

entt provides CMake targets:
find_package(EnTT CONFIG REQUIRED)
target_link_libraries(main PRIVATE EnTT::EnTT)