aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/eljonny-testcpp/usage
blob: 234a13b8f1591b91ac4d5aecaa999c4532c183a9 (plain)
1
2
3
4
5
6
eljonny-testcpp provides CMake targets:

    find_package(TestCPP CONFIG REQUIRED)
    target_link_libraries(main PRIVATE cpptesting::TestCPP)

See https://github.com/eljonny/TestCPP/blob/main/README.md for more information