r4space / modern-cmake-sample

Example library that shows best practices and proper usage of CMake by using targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modern CMake Sample

Sample project that shows proper modern CMake usage on a dummy library and an executable that uses it. Accompanying code to my blog post It's Time To Do CMake Right

About

Example library that shows best practices and proper usage of CMake by using targets

License:MIT License


Languages

Language:CMake 69.5%Language:C++ 30.5%