summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-02-28 16:00:51 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-02-28 16:00:51 +0100
commit511a0a0273276a41b73c45a2470ad872fdde1381 (patch)
tree541c13f8c204abea02d604d97c0e68957d30dcb2 /src/CMakeLists.txt
parent00eb456826d3e76cc22505f21e9ad5cdd95d1e62 (diff)
downloadfastd-511a0a0273276a41b73c45a2470ad872fdde1381.tar
fastd-511a0a0273276a41b73c45a2470ad872fdde1381.zip
Migrate to CMake
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)