summaryrefslogtreecommitdiffstats
path: root/ffd/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ffd/CMakeLists.txt')
-rw-r--r--ffd/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffd/CMakeLists.txt b/ffd/CMakeLists.txt
index d2d2a52..d04e69f 100644
--- a/ffd/CMakeLists.txt
+++ b/ffd/CMakeLists.txt
@@ -3,6 +3,7 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${FFD_BINARY_DIR} ${CMAKE_CURREN
add_executable(ffd
ffd.c
netif.c
+ tlv.c
util.c
)
target_link_libraries(ffd rt)