summaryrefslogtreecommitdiff
path: root/libwaitress/CMakeLists.txt
diff options
context:
space:
mode:
authorLars-Dominik Braun <PromyLOPh@lavabit.com>2009-05-03 19:54:27 +0200
committerLars-Dominik Braun <PromyLOPh@lavabit.com>2009-05-03 19:54:27 +0200
commite38ec37da39765e8eb98fa4ead2e1335ca8bedfc (patch)
treedfa29fc73b379b6cce89d23e1f115c0a915713d4 /libwaitress/CMakeLists.txt
parent41f37b30b87632b5b666299efc692978010a1994 (diff)
downloadpianobar-windows-e38ec37da39765e8eb98fa4ead2e1335ca8bedfc.tar.gz
pianobar-windows-e38ec37da39765e8eb98fa4ead2e1335ca8bedfc.tar.bz2
pianobar-windows-e38ec37da39765e8eb98fa4ead2e1335ca8bedfc.zip
waitress: Added
libwaitress is a http library designed to replace curl
Diffstat (limited to 'libwaitress/CMakeLists.txt')
-rw-r--r--libwaitress/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/libwaitress/CMakeLists.txt b/libwaitress/CMakeLists.txt
new file mode 100644
index 0000000..c160521
--- /dev/null
+++ b/libwaitress/CMakeLists.txt
@@ -0,0 +1,6 @@
+cmake_minimum_required (VERSION 2.4)
+
+set (PACKAGE "libwaitress")
+project (${PACKAGE} C)
+
+add_subdirectory (src)