https://github.com/marcopacini/cmake-cookbook
https://github.com/marcopacini/cmake-cookbook
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcopacini/cmake-cookbook
- Owner: marcopacini
- Created: 2019-10-18T10:05:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T13:17:02.000Z (over 5 years ago)
- Last Synced: 2025-01-28T03:30:36.072Z (4 months ago)
- Language: C++
- Size: 144 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmake-cookbook
- [recipe-01](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-01) - Hello World executable
- [recipe-02](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-02) - Executable with library
- [recipe-03](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-03) - Conditionals and options
- [recipe-04](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-04) - Build types
- [recipe-05](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-05) - Compiler flags
- [recipe-06](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-06) - Platform dependent source code
- [recipe-07](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-07) - Configuration file
- [recipe-08](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-08) - Phyton script execution
- [recipe-09](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-09) - Phyton embedded in C++ (`find_package`)
- [recipe-10](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-10) - Boost library
- [recipe-11](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-11) - Unit test
- [recipe-12](https://github.com/marcopacini/cmake-cookbook/tree/master/recipe-12) - Catch2