summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2019-04-20 01:54:54 +0200
committerMarkus Mittendrein <git@maxmitti.tk>2019-04-20 02:43:37 +0200
commit43931c7e187bda85e2be12bccb14bd826a6c34c0 (patch)
tree1987ad09d84049a87bbf482af7569b0f93e7d5fe /CMakeLists.txt
parent712a61956cdd0e2e2907fb730b6dde9b5cc3524a (diff)
downloadcc4group-43931c7e187bda85e2be12bccb14bd826a6c34c0.tar.gz
cc4group-43931c7e187bda85e2be12bccb14bd826a6c34c0.zip
Add custom memory management strategies to cppc4group
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4604c81..c3a5d02 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,6 +70,7 @@ example(c4rm)
example(c4mkdir)
examplepp(c4ls_asChildPp)
+examplepp(cppc4group_memorymanagement)
add_executable(c4cat examples/c4cat.c)
target_link_libraries(c4cat PRIVATE cc4group)