diff options
author | gregory guy <[email protected]> | 2018-08-30 15:42:54 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2018-08-30 15:42:54 +0200 |
commit | 4453e3da71be3cca222adbe466f7167ad7c9030e (patch) | |
tree | 2e722034f18f13f2c40e70a12c07b7e9968d039b /doc/CMakeLists.txt | |
parent | 16a6ddcdd471183c02c652013bbfff5285fa6c51 (diff) | |
download | kcpuload-4453e3da71be3cca222adbe466f7167ad7c9030e.tar.gz kcpuload-4453e3da71be3cca222adbe466f7167ad7c9030e.zip |
add a man page kcpuload, relates to bug 1043
Signed-off-by: gregory guy <[email protected]>
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 6d0aa9f..7817001 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1 +1,2 @@ -tde_auto_add_subdirectories( ) +add_subdirectory( kcpuload ) +add_subdirectory( man ) |