From 307a1a53261669dc8d1d2ee031a8927f64ddb27a Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 3 Apr 2019 18:19:30 +0200 Subject: conversion to the cmake building system Signed-off-by: gregory guy --- confskel/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 confskel/CMakeLists.txt (limited to 'confskel/CMakeLists.txt') diff --git a/confskel/CMakeLists.txt b/confskel/CMakeLists.txt new file mode 100644 index 0000000..3c244fa --- /dev/null +++ b/confskel/CMakeLists.txt @@ -0,0 +1,3 @@ +add_subdirectory( heimdal ) +add_subdirectory( openldap ) +add_subdirectory( sasl ) -- cgit v1.2.1