diff options
author | Michele Calgaro <[email protected]> | 2022-09-05 15:44:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-06 10:54:12 +0900 |
commit | 3ea935ebd87b3cfbe1b69e9264b5d1ccb24f4bb7 (patch) | |
tree | f5423c99c08ffff40b32204bcc680e664a31a916 /doc/man/CMakeLists.txt | |
parent | f28e8e68203deee296dd6600cacb821f0e6b0107 (diff) | |
download | tdenetwork-3ea935ebd87b3cfbe1b69e9264b5d1ccb24f4bb7.tar.gz tdenetwork-3ea935ebd87b3cfbe1b69e9264b5d1ccb24f4bb7.zip |
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/CMakeLists.txt')
-rw-r--r-- | doc/man/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt new file mode 100644 index 00000000..1a4e0ce4 --- /dev/null +++ b/doc/man/CMakeLists.txt @@ -0,0 +1,5 @@ +tde_conditional_add_subdirectory( BUILD_KDICT kdict ) +tde_conditional_add_subdirectory( BUILD_KGET kget ) +tde_conditional_add_subdirectory( BUILD_KOPETE kopete ) +tde_conditional_add_subdirectory( BUILD_WIFI kwifimanager ) +tde_conditional_add_subdirectory( BUILD_LANBROWSING lisa ) |