From 62a9253d76bf85295582b0c5dad6c0952f749fed Mon Sep 17 00:00:00 2001 From: gregory guy Date: Fri, 28 Sep 2018 13:21:36 +0200 Subject: convert to the cmake building system Signed-off-by: gregory guy (cherry picked from commit b7ae75d53ab260a281d6424d566738fc8a3715c5) --- doc/CMakeLists.txt | 1 + doc/en/CMakeLists.txt | 1 + 2 files changed, 2 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..c938175 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +add_subdirectory( en ) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..ba3ef3e --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) -- cgit v1.2.1