1 2 3 4 5 6
cmake_minimum_required(VERSION 3.1) project(stc) add_library(stc INTERFACE) target_include_directories(stc INTERFACE include)