cmake_minimum_required(VERSION 3.5) project(cassert) add_library(cassert INTERFACE) target_include_directories(cassert INTERFACE include)