This is a simple hello world project created using CMake.
git clone https://github.com/your-username/my-cmake-project.git
cd my-cmake-project
mkdir build
cd build
cmake ..
cmake --build .
After building the project, run the executable my-cmake-project
to see the "Hello, World!" message printed to the console.
This project is licensed under the MIT License - see the LICENSE file for details.