diff options
author | Michele Calgaro <[email protected]> | 2022-09-05 15:44:00 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-06 11:35:09 +0900 |
commit | 1e7c5f0aaca6afff950e9df9218461578b4ebb75 (patch) | |
tree | d32c2d527012a8d3fcea46e21ef516c7f3e42e57 /doc/kcontrol/CMakeLists.txt | |
parent | 6276875ef097b2a10e88f0618b9f6a2c626654cb (diff) | |
download | tdenetwork-1e7c5f0aaca6afff950e9df9218461578b4ebb75.tar.gz tdenetwork-1e7c5f0aaca6afff950e9df9218461578b4ebb75.zip |
Add man pages for TDE applications.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3ea935ebd87b3cfbe1b69e9264b5d1ccb24f4bb7)
Diffstat (limited to 'doc/kcontrol/CMakeLists.txt')
-rw-r--r-- | doc/kcontrol/CMakeLists.txt | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/doc/kcontrol/CMakeLists.txt b/doc/kcontrol/CMakeLists.txt index a8b8de4b..21b44a0d 100644 --- a/doc/kcontrol/CMakeLists.txt +++ b/doc/kcontrol/CMakeLists.txt @@ -1,12 +1,5 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -tde_auto_add_subdirectories() +tde_conditional_add_subdirectory( BUILD_FILESHARING fileshare ) +tde_conditional_add_subdirectory( BUILD_KTALKD kcmktalkd ) +tde_conditional_add_subdirectory( BUILD_FILESHARING kcmsambaconf ) +tde_conditional_add_subdirectory( BUILD_WIFI kcmwifi ) +tde_conditional_add_subdirectory( BUILD_LANBROWSING lanbrowser ) |