summaryrefslogtreecommitdiff
path: root/src/ipcpd/CMakeLists.txt
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@intec.ugent.be>2016-04-19 13:15:43 +0200
committerdimitri staessens <dimitri.staessens@intec.ugent.be>2016-04-19 13:15:43 +0200
commit34b8b6e39ec45080c89b62994cf3ba8d32e666a1 (patch)
tree77dbbaad88cff0122d27c84b83b8deff092bc4ae /src/ipcpd/CMakeLists.txt
parentc0b2bb854f42ed5975a5c08465fd0012c9e5ce8c (diff)
downloadouroboros-34b8b6e39ec45080c89b62994cf3ba8d32e666a1.tar.gz
ouroboros-34b8b6e39ec45080c89b62994cf3ba8d32e666a1.zip
lib: moved flow header and source to ipcpd
Diffstat (limited to 'src/ipcpd/CMakeLists.txt')
-rw-r--r--src/ipcpd/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ipcpd/CMakeLists.txt b/src/ipcpd/CMakeLists.txt
index 6311e3dc..5a924ffe 100644
--- a/src/ipcpd/CMakeLists.txt
+++ b/src/ipcpd/CMakeLists.txt
@@ -1,5 +1,6 @@
set(IPCP_SOURCES
# Add source files here
+ ${CMAKE_CURRENT_SOURCE_DIR}/flow.c
${CMAKE_CURRENT_SOURCE_DIR}/ipcp.c
${CMAKE_CURRENT_SOURCE_DIR}/ipcp-data.c
)