Skip to content

libenike/FakeItUsageExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FakeItUsageExample

This is an example which tests forked FakeIt.

The purpose of the fork to add CMake support for FakeIt. I fork FakeIt and change the corresponding CMakeLists.txt. This project is a simple example which uses FakeIt.

Now to build this project, you must follow these steps:

  1. Download FakeIt.

git clone https://github.com/libenike/FakeIt.git

  1. Download the project.

git clone https://github.com/libenike/FakeItUsageExample.git

  1. Cd to FakeIt and build it.
cd FakeIt
git checkout feature/add_cmake_support
cmake -S . -B build_ -DCMAKE_INSTALL_PREFIX=install
cmake --build build_
cmake --install build_
  1. Cd to the project and build.
cd ../FakeItUsageExample/
cmake -S . -B build -DFakeIt_DIR=../FakeIt/install/lib/cmake/FakeIt/
cmake --build build/

As a result, this project has been built without errors.

About

Example which test forked FakeIt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published