summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2019-03-16 00:58:05 +0100
committerMarkus Mittendrein <git@maxmitti.tk>2019-03-16 00:58:05 +0100
commit7c2cda2544f22add8114828535a397a2d733361d (patch)
tree0660bd6ad220a5171b6a4f5c5e172813afd3d52c /CMakeLists.txt
parentb627615a50df6fdbf9bf574f600a5f2b6cc8eb8d (diff)
downloadcc4group-7c2cda2544f22add8114828535a397a2d733361d.tar.gz
cc4group-7c2cda2544f22add8114828535a397a2d733361d.zip
Add openMemory method with an example
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 0adbb46..1762b16 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -59,6 +59,7 @@ example(unc4group)
example(c4copy)
example(c4info)
example(c4ls)
+example(c4ls_buffer)
example(c4touch)
example(c4rm)
example(c4mkdir)