diff options
Diffstat (limited to 'interfaces/kio/CMakeLists.txt')
-rw-r--r-- | interfaces/kio/CMakeLists.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/interfaces/kio/CMakeLists.txt b/interfaces/kio/CMakeLists.txt deleted file mode 100644 index efcecf65e..000000000 --- a/interfaces/kio/CMakeLists.txt +++ /dev/null @@ -1,17 +0,0 @@ -################################################# -# -# (C) 2010 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -##### headers ################################### - -install( FILES - http.h - DESTINATION ${INCLUDE_INSTALL_DIR}/kio ) - |