mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:28:59 +08:00
8 lines
210 B
Plaintext
8 lines
210 B
Plaintext
|
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.
|