Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 292 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 292 Bytes

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