4 lines
142 B
Text
Executable file
4 lines
142 B
Text
Executable file
The package outcome provides CMake targets:
|
|
|
|
find_package(outcome CONFIG REQUIRED)
|
|
target_link_libraries(main PUBLIC outcome::hl)
|