From b4d1a6c87fad2a54b81e71fbd65e3ace03b14b86 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 19 Apr 2019 16:41:06 +0200 Subject: conversion to the cmake building system Signed-off-by: gregory guy (cherry picked from commit 55ebab38f1bc2c061eb3673029fee13615635221) --- doc/CMakeLists.txt | 1 + doc/en/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 doc/CMakeLists.txt create mode 100644 doc/en/CMakeLists.txt (limited to 'doc') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..6d0aa9f --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..c96df24 --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1,2 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) + -- cgit v1.2.1