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

https://github.com/retifrav/cmake-library-example

An example of creating a C++ library with CMake
https://github.com/retifrav/cmake-library-example

cmake cpp

Last synced: 8 months ago
JSON representation

An example of creating a C++ library with CMake

Awesome Lists containing this project

README

          

# CMake library example

An example CMake project to demonstrate creating and linking to a C++ library.

More details in the [following article](https://decovar.dev/blog/2021/03/08/cmake-cpp-library/).