mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:13:10 +08:00
3598d22664
* fix fakeit build * update version * add usage * update git-tree * fix usage * update git-tree * fix usage * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
10 lines
433 B
Plaintext
10 lines
433 B
Plaintext
The package 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>)
|
|
|
|
# Only specific test framework configuration files are provided upstream.
|
|
# It does not install its own source header files.
|
|
# So only the usage of the test framework is provided here.
|