vcpkg/ports/flecs/usage
MonicaLiu ba5cf5bba6
[flecs] Add usage file (#31501)
* add usage

* update version

* remove vcpkg-cmake-wrapper.cmake

* update version

* undo remove vcpkg-cmake-wrapper.cmake

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-18 11:24:27 -07:00

5 lines
192 B
Plaintext

The package flecs provides CMake targets:
find_package(flecs CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:flecs::flecs>,flecs::flecs,flecs::flecs_static>)