summaryrefslogtreecommitdiffstats
path: root/ffd/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-09-30 15:59:21 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-09-30 15:59:21 +0200
commite03169f8594f890162be16f72ea7000f802a252e (patch)
tree28613d25319ba8a8218eff1bb4dec59ad490be93 /ffd/CMakeLists.txt
parentae4505db19ae5c13b2c9367fc0fe586df515025b (diff)
downloadffd-e03169f8594f890162be16f72ea7000f802a252e.tar
ffd-e03169f8594f890162be16f72ea7000f802a252e.zip
Restructure source files
Diffstat (limited to 'ffd/CMakeLists.txt')
-rw-r--r--ffd/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ffd/CMakeLists.txt b/ffd/CMakeLists.txt
index d04e69f..2a661a3 100644
--- a/ffd/CMakeLists.txt
+++ b/ffd/CMakeLists.txt
@@ -2,7 +2,9 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${FFD_BINARY_DIR} ${CMAKE_CURREN
add_executable(ffd
ffd.c
+ neigh.c
netif.c
+ send.c
tlv.c
util.c
)