From ba3abaf4ad34ead3f36fdc6f2f3fc4055f381cf4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 03:50:11 -0600 Subject: Fix FTBFS --- interfaces/tdeio/CMakeLists.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 interfaces/tdeio/CMakeLists.txt (limited to 'interfaces/tdeio/CMakeLists.txt') diff --git a/interfaces/tdeio/CMakeLists.txt b/interfaces/tdeio/CMakeLists.txt new file mode 100644 index 000000000..a8d8a2189 --- /dev/null +++ b/interfaces/tdeio/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}/tdeio ) + -- cgit v1.2.1