diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-02-24 05:42:03 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-12 17:41:46 +0100 |
commit | 737e53d58ce8cafd6f3835dc93721851476bad1c (patch) | |
tree | eb1d7b8d530f999b380dc3b40d4904042ecafb43 /doc | |
parent | e084ed4c7d0491f8027fbc41b9f4c8e7677692c3 (diff) | |
download | k3b-737e53d58ce8cafd6f3835dc93721851476bad1c.tar.gz k3b-737e53d58ce8cafd6f3835dc93721851476bad1c.zip |
Initial cmake conversion
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 7 | ||||
-rw-r--r-- | doc/tdeioslave/CMakeLists.txt | 3 | ||||
-rw-r--r-- | doc/tdeioslave/en/CMakeLists.txt | 3 | ||||
-rw-r--r-- | doc/tdeioslave/en/videodvd/CMakeLists.txt | 3 |
4 files changed, 16 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..7a9f5fc --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,7 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +add_subdirectory( tdeioslave ) + +##### documentation ############################# +tde_create_handbook( DESTINATION k3b ) + diff --git a/doc/tdeioslave/CMakeLists.txt b/doc/tdeioslave/CMakeLists.txt new file mode 100644 index 0000000..a39cb92 --- /dev/null +++ b/doc/tdeioslave/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +add_subdirectory( en ) diff --git a/doc/tdeioslave/en/CMakeLists.txt b/doc/tdeioslave/en/CMakeLists.txt new file mode 100644 index 0000000..5e29142 --- /dev/null +++ b/doc/tdeioslave/en/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +add_subdirectory( videodvd ) diff --git a/doc/tdeioslave/en/videodvd/CMakeLists.txt b/doc/tdeioslave/en/videodvd/CMakeLists.txt new file mode 100644 index 0000000..18127c6 --- /dev/null +++ b/doc/tdeioslave/en/videodvd/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION tdeioslave/videodvd ) + |