From 511a0a0273276a41b73c45a2470ad872fdde1381 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 28 Feb 2012 16:00:51 +0100 Subject: Migrate to CMake --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/CMakeLists.txt (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt new file mode 100644 index 0000000..3af62b3 --- /dev/null +++ b/src/CMakeLists.txt @@ -0,0 +1,2 @@ +add_executable(fastd fastd.c handshake.c method_null.c queue.c task.c) +target_link_libraries(fastd rt) -- cgit v1.2.3