cmake_minimum_required(VERSION 3.0)

project(cassert)

add_library(cassert INTERFACE)

target_include_directories(cassert INTERFACE
  include)