diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-08 20:55:58 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-08 20:55:58 +0100 |
commit | c111e07c4ac6e276c9399b56ca8fe342d78c96cc (patch) | |
tree | a9747eae9545e7c57191c3c201ebcb90b2dfd674 /src/CMakeLists.txt | |
parent | e9ff4485fbe4a445968ed762f688c36516834826 (diff) | |
download | fastd-c111e07c4ac6e276c9399b56ca8fe342d78c96cc.tar fastd-c111e07c4ac6e276c9399b56ca8fe342d78c96cc.zip |
Moved some code
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f4e3701..044ec80 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,2 +1,2 @@ -add_executable(fastd fastd.c handshake.c method_null.c peer.c queue.c task.c) +add_executable(fastd fastd.c handshake.c method_null.c peer.c printf.c queue.c task.c) target_link_libraries(fastd rt) |