This is a simple C++ project that demonstrates the use of CMake for building and managing the project.
To build this project, follow these steps:
- Clone the Repository
git clone https://github.com/ci-tz/cmake-example
cd cmake-example- Create a Build Directory
mkdir build
cd build- Run CMake
cmake ..- Build the Project
make -j- Run the Executable
./bin/test- C++ Compiler with C++11 support
- CMake (version 3.10 or higher)