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

https://github.com/c0de4un/cmake-shared-lib-tutorial

Simple project to demonstrate how to create shared (dynamic) library using C++ & CMake
https://github.com/c0de4un/cmake-shared-lib-tutorial

cmake-sample cmake-shared-library cxx dynamic-library library shared-library

Last synced: 4 months ago
JSON representation

Simple project to demonstrate how to create shared (dynamic) library using C++ & CMake

Awesome Lists containing this project

README

          

# cmake-shared-lib-tutorial
Simple project to demonstrate how to create shared (dynamic) library using C++ & CMake

# Why
Sometimes you can forget something, if it wasn't used long time (or never on practice).

# Requirements
API: C++ 11 or newer, CMake 3.5+
Compiler: GCC, Clang or MSVC