mlbo / cmake_examples

Practical, Easy-to-copy CMake examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake Examples

GitHub

Zhuo's CMake based example projects.

cmake >= 3.17 is recommended since the powerful CMAKE_FIND_DEBUG_MODE is supported(default FALSE), which helps debugging find_package().

Useful links:

Note: Official cmake bundled FindXXX.cmake failed to find packages sometimes, you may be interested in my another project cmake_modules

LICENSE

MIT

Thanks

Thanks JetBrains company for providing 1 year license for all products to support this open source project.

About

Practical, Easy-to-copy CMake examples

License:MIT License


Languages

Language:C++ 80.4%Language:CMake 11.0%Language:C 5.1%Language:Batchfile 1.2%Language:Shell 0.9%Language:Python 0.9%Language:C# 0.4%Language:Cuda 0.1%Language:Java 0.0%Language:PowerShell 0.0%