An open API service indexing awesome lists of open source software.

https://github.com/zachwhaley/cmake-prep


https://github.com/zachwhaley/cmake-prep

cmake practice preparation tutorial

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# CMake Prep

The purpose of this project is to get you acquainted with CMake!

There are three `CMakeLists.txt` files in this project.

One in the root of the project that is given to you, you don't need to make any changes to this file.

And one in the `bin` and `lib` directories.
You will need to add commands to these files to create the `hello` executable and `say` library.

Fork, clone, or download this repository and Good Luck!

https://cmake.org/cmake-tutorial/