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

https://github.com/marcopacini/cmake-cookbook


https://github.com/marcopacini/cmake-cookbook

Last synced: 2 months ago
JSON representation

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