vcpkg/ports/eve/usage

8 lines
210 B
Plaintext
Raw Normal View History

2022-12-15 04:24:40 +08:00
eve provides CMake targets:
find_package(eve CONFIG REQUIRED)
target_link_libraries(main PRIVATE eve::eve)
Using eve requires a C++20 compliant compiler.
GCC-11 and clang-12 are known to work.