From 88073834d0052272dce61556b9508e66b84cd494 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 11 Aug 2018 09:09:44 +0200 Subject: First bach of cmake files in order to convert tdeadmin from autotools to cmake building system. --- doc/CMakeLists.txt | 7 +++++++ doc/kcron/CMakeLists.txt | 2 ++ doc/kdat/CMakeLists.txt | 2 ++ doc/knetworkconf/CMakeLists.txt | 2 ++ doc/kpackage/CMakeLists.txt | 2 ++ doc/ksysv/CMakeLists.txt | 2 ++ doc/kuser/CMakeLists.txt | 2 ++ doc/lilo-config/CMakeLists.txt | 3 +++ 8 files changed, 22 insertions(+) create mode 100644 doc/CMakeLists.txt create mode 100644 doc/kcron/CMakeLists.txt create mode 100644 doc/kdat/CMakeLists.txt create mode 100644 doc/knetworkconf/CMakeLists.txt create mode 100644 doc/kpackage/CMakeLists.txt create mode 100644 doc/ksysv/CMakeLists.txt create mode 100644 doc/kuser/CMakeLists.txt create mode 100644 doc/lilo-config/CMakeLists.txt (limited to 'doc') 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 ) + -- cgit v1.2.1