tianxingyzxq / 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 nice_cmake_modules

LICENSE

MIT

About

Practical, Easy-to-copy CMake examples

License:MIT License


Languages

Language:C++ 84.0%Language:CMake 8.2%Language:C 4.5%Language:Batchfile 1.2%Language:Python 0.9%Language:C# 0.5%Language:Shell 0.4%Language:Cuda 0.1%Language:Java 0.0%Language:PowerShell 0.0%