diff options
author | gregory guy <g-gregory@gmx.fr> | 2018-08-11 09:09:44 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-01 18:41:34 +0200 |
commit | 88073834d0052272dce61556b9508e66b84cd494 (patch) | |
tree | 8df27acc26daca7dc9e6f15e134932cbb08d324b /doc | |
parent | b2bfb5e920d347f2f272c21e2d24cda1c943a4d5 (diff) | |
download | tdeadmin-88073834d0052272dce61556b9508e66b84cd494.tar.gz tdeadmin-88073834d0052272dce61556b9508e66b84cd494.zip |
First bach of cmake files in order to convert tdeadmin
from autotools to cmake building system.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 7 | ||||
-rw-r--r-- | doc/kcron/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kdat/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/knetworkconf/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kpackage/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/ksysv/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/kuser/CMakeLists.txt | 2 | ||||
-rw-r--r-- | doc/lilo-config/CMakeLists.txt | 3 |
8 files changed, 22 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..da734f9 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,7 @@ +add_subdirectory( lilo-config ) +add_subdirectory( kuser ) +add_subdirectory( ksysv ) +add_subdirectory( kpackage ) +add_subdirectory( knetworkconf ) +add_subdirectory( kdat ) +add_subdirectory( kcron ) diff --git a/doc/kcron/CMakeLists.txt b/doc/kcron/CMakeLists.txt new file mode 100644 index 0000000..e82a241 --- /dev/null +++ b/doc/kcron/CMakeLists.txt @@ -0,0 +1,2 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION kcron ) diff --git a/doc/kdat/CMakeLists.txt b/doc/kdat/CMakeLists.txt new file mode 100644 index 0000000..55fa83a --- /dev/null +++ b/doc/kdat/CMakeLists.txt @@ -0,0 +1,2 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION kdat ) diff --git a/doc/knetworkconf/CMakeLists.txt b/doc/knetworkconf/CMakeLists.txt new file mode 100644 index 0000000..60026f3 --- /dev/null +++ b/doc/knetworkconf/CMakeLists.txt @@ -0,0 +1,2 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION knetworkconf ) diff --git a/doc/kpackage/CMakeLists.txt b/doc/kpackage/CMakeLists.txt new file mode 100644 index 0000000..3dffd3c --- /dev/null +++ b/doc/kpackage/CMakeLists.txt @@ -0,0 +1,2 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION kpackage ) diff --git a/doc/ksysv/CMakeLists.txt b/doc/ksysv/CMakeLists.txt new file mode 100644 index 0000000..49257fe --- /dev/null +++ b/doc/ksysv/CMakeLists.txt @@ -0,0 +1,2 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION ksysv ) diff --git a/doc/kuser/CMakeLists.txt b/doc/kuser/CMakeLists.txt new file mode 100644 index 0000000..7f353c7 --- /dev/null +++ b/doc/kuser/CMakeLists.txt @@ -0,0 +1,2 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION kuser ) diff --git a/doc/lilo-config/CMakeLists.txt b/doc/lilo-config/CMakeLists.txt new file mode 100644 index 0000000..41ee046 --- /dev/null +++ b/doc/lilo-config/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION lilo-config ) + |