diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2013-10-15 16:26:13 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-10-15 16:26:13 +0200 |
commit | 1a22301f46db807500b77119ae0132b9a3f876c5 (patch) | |
tree | ebf70d60bf7341685d1c4f6eb945e8d36baab9b2 /tdefile-plugins/CMakeLists.txt | |
parent | 6d9f2a4901eda474254a5d62a8c3701c2067ea58 (diff) | |
download | tdeaddons-1a22301f46db807500b77119ae0132b9a3f876c5.tar.gz tdeaddons-1a22301f46db807500b77119ae0132b9a3f876c5.zip |
Initial cmake conversion
Diffstat (limited to 'tdefile-plugins/CMakeLists.txt')
-rw-r--r-- | tdefile-plugins/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tdefile-plugins/CMakeLists.txt b/tdefile-plugins/CMakeLists.txt new file mode 100644 index 0000000..745ac3c --- /dev/null +++ b/tdefile-plugins/CMakeLists.txt @@ -0,0 +1,9 @@ +# This file is genereted by triniy-automake-cmake-convert script by Fat-Zer + +add_subdirectory( txt ) +add_subdirectory( html ) +add_subdirectory( desktop ) +add_subdirectory( folder ) +add_subdirectory( lnk ) +add_subdirectory( mhtml ) +add_subdirectory( cert ) |