blob: ca0652227e426fc11cf2c88b57468913902bfbf2 (
plain)
1
2
3
4
5
6
7
|
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.
|