From 7ffba8afee76edba6433d97864119501731742e8 Mon Sep 17 00:00:00 2001 From: samelian Date: Tue, 5 Oct 2010 19:41:05 +0000 Subject: [kdelibs] added initial cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1182854 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- interfaces/kio/CMakeLists.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 interfaces/kio/CMakeLists.txt (limited to 'interfaces/kio/CMakeLists.txt') diff --git a/interfaces/kio/CMakeLists.txt b/interfaces/kio/CMakeLists.txt new file mode 100644 index 000000000..efcecf65e --- /dev/null +++ b/interfaces/kio/CMakeLists.txt @@ -0,0 +1,17 @@ +################################################# +# +# (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 ) + -- cgit v1.2.1