From e153be0be2fb8df6656292daab3fa59963c76737 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Tue, 13 Feb 2024 17:51:51 -0800 Subject: Let memory allocators trap by default when attempting to allocate beyond capacity. --- cassert/CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cassert/CMakeLists.txt (limited to 'cassert/CMakeLists.txt') diff --git a/cassert/CMakeLists.txt b/cassert/CMakeLists.txt new file mode 100644 index 0000000..855f261 --- /dev/null +++ b/cassert/CMakeLists.txt @@ -0,0 +1,8 @@ +cmake_minimum_required(VERSION 3.0) + +project(cassert) + +add_library(cassert INTERFACE) + +target_include_directories(cassert INTERFACE + include) -- cgit v1.2.3