From 3f58c06aa938f007688fd4992508fff4076e6406 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Thu, 16 Feb 2017 06:09:15 +0100 Subject: Added CAClientExample. A sample program has been added to show how to use CAClient. https://fedorahosted.org/pki/ticket/2584 --- base/common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'base/common/CMakeLists.txt') diff --git a/base/common/CMakeLists.txt b/base/common/CMakeLists.txt index f1e236de7..d7856e1aa 100644 --- a/base/common/CMakeLists.txt +++ b/base/common/CMakeLists.txt @@ -145,4 +145,5 @@ install( ) add_subdirectory(src) +add_subdirectory(examples) add_subdirectory(python) -- cgit