From 13f17a11c0175e72aea42992237b54a59dc838d9 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Mon, 20 Apr 2020 21:18:10 +0200 Subject: Add c4add example to CMakeLists.txt --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ae275e..e131626 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -74,6 +74,7 @@ function(examplepp name) endfunction() example(unc4group) +example(c4add) example(c4copy) example(c4info) example(c4ls) -- cgit v1.2.3-54-g00ecf