diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2019-04-20 01:54:54 +0200 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2019-04-20 02:43:37 +0200 |
| commit | 43931c7e187bda85e2be12bccb14bd826a6c34c0 (patch) | |
| tree | 1987ad09d84049a87bbf482af7569b0f93e7d5fe /CMakeLists.txt | |
| parent | 712a61956cdd0e2e2907fb730b6dde9b5cc3524a (diff) | |
| download | cc4group-43931c7e187bda85e2be12bccb14bd826a6c34c0.tar.gz cc4group-43931c7e187bda85e2be12bccb14bd826a6c34c0.zip | |
Add custom memory management strategies to cppc4group
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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) |
