diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:17:46 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:17:46 -0600 |
commit | 48087e1d5650499b6093a6816356d467c8461802 (patch) | |
tree | 00c39f978492596620df1374e8a91af507d8bac3 /tdednssd/CMakeLists.txt | |
parent | ccfaeb9b831a41e93e777b041cdf33a7d40a0e0b (diff) | |
download | tdenetwork-48087e1d5650499b6093a6816356d467c8461802.tar.gz tdenetwork-48087e1d5650499b6093a6816356d467c8461802.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tdednssd/CMakeLists.txt')
-rw-r--r-- | tdednssd/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tdednssd/CMakeLists.txt b/tdednssd/CMakeLists.txt new file mode 100644 index 00000000..8aedd4c0 --- /dev/null +++ b/tdednssd/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( ioslave ) +add_subdirectory( kdedmodule ) |