diff options
author | Slávek Banko <[email protected]> | 2019-01-03 03:54:42 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-01-03 04:32:19 +0100 |
commit | 7d4da1a03dce87c2292283c70efea49b534ecd42 (patch) | |
tree | 15587e076cd16e365adc863a39997381171826ea /doc/CMakeLists.txt | |
parent | 6d8083e2a680f398426332649fa58ef6062d5d82 (diff) | |
download | kpilot-7d4da1a03dce87c2292283c70efea49b534ecd42.tar.gz kpilot-7d4da1a03dce87c2292283c70efea49b534ecd42.zip |
Migration to standard TDE CMake build system.
Add common cmake module.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0ef4ca6d362d2a6d8a3821e2f47a7d141fbcd3a9)
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..91836f1 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,3 @@ +##### directories ############################### + +tde_auto_add_subdirectories( ) |