mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
ba5cf5bba6
* 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>
5 lines
192 B
Plaintext
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>)
|