From e38ec37da39765e8eb98fa4ead2e1335ca8bedfc Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 3 May 2009 19:54:27 +0200 Subject: waitress: Added libwaitress is a http library designed to replace curl --- libwaitress/src/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libwaitress/src/CMakeLists.txt (limited to 'libwaitress/src/CMakeLists.txt') diff --git a/libwaitress/src/CMakeLists.txt b/libwaitress/src/CMakeLists.txt new file mode 100644 index 0000000..1facec9 --- /dev/null +++ b/libwaitress/src/CMakeLists.txt @@ -0,0 +1,7 @@ +set (CMAKE_C_FLAGS -Wall) + +configure_file (${CMAKE_CURRENT_SOURCE_DIR}/config.h.in + ${CMAKE_CURRENT_BINARY_DIR}/config.h) + +add_library (waitress STATIC main.c) + -- cgit v1.2.3