Skip to content

ci-tz/cmake-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple C++ Project with CMake

This is a simple C++ project that demonstrates the use of CMake for building and managing the project.

Getting Started

To build this project, follow these steps:

  1. Clone the Repository
git clone https://github.com/ci-tz/cmake-example
cd cmake-example
  1. Create a Build Directory
mkdir build
cd build
  1. Run CMake
cmake ..
  1. Build the Project
make -j
  1. Run the Executable
./bin/test

Dependencies

  • C++ Compiler with C++11 support
  • CMake (version 3.10 or higher)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors