https://github.com/zachwhaley/cmake-prep
https://github.com/zachwhaley/cmake-prep
cmake practice preparation tutorial
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zachwhaley/cmake-prep
- Owner: zachwhaley
- Created: 2016-05-18T18:43:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-13T14:28:16.000Z (almost 8 years ago)
- Last Synced: 2025-01-22T19:11:41.608Z (about 1 year ago)
- Topics: cmake, practice, preparation, tutorial
- Language: CMake
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/