cmake_minimum_required(VERSION 3.10.2)

project(<NAME> LANGUAGES CXX)

add_library(<NAME>
        SHARED
        <NAME>.cpp)