mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
6 lines
213 B
Plaintext
6 lines
213 B
Plaintext
FakeIt provides CMake targets:
|
|
|
|
# Usage for specific framework tests (e.g. boost, catch, gtest, etc.)
|
|
find_package(FakeIt CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE FakeIt::FakeIt-<framework>)
|