diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-27 18:42:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2015-01-27 18:42:31 +0900 |
commit | e9638a300c509773908226ef2299f2f2b83a1f55 (patch) | |
tree | 9813d82d8ae78e005c73838a06f8a90ac6e27825 /doc/CMakeLists.txt | |
parent | 92bb53cb48fb172f922e60ffccfcce3e3db26967 (diff) | |
download | tdewebdev-e9638a300c509773908226ef2299f2f2b83a1f55.tar.gz tdewebdev-e9638a300c509773908226ef2299f2f2b83a1f55.zip |
Moved TDEFileReplace to tdeutils. This resolves bug 767.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 00000000..dc6bb770 --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2012 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_auto_add_subdirectories( ) |