summaryrefslogtreecommitdiff
path: root/src/irmd/CMakeLists.txt
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-08-09 11:23:36 +0200
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-08-09 11:23:36 +0200
commit1dde324905796df4d7e468d7f0de027bb8dcedae (patch)
tree5f55b8d82826fc182c9408350200b7ecaa932a27 /src/irmd/CMakeLists.txt
parent2bb767b785217fb6f86ce0242f13b2aa59920dbe (diff)
parent18e440197cae6d537765a4de6a915f074dce4de5 (diff)
downloadouroboros-1dde324905796df4d7e468d7f0de027bb8dcedae.tar.gz
ouroboros-1dde324905796df4d7e468d7f0de027bb8dcedae.zip
Merged in dstaesse/ouroboros/be-bugfixing (pull request #191)
Bugfixes
Diffstat (limited to 'src/irmd/CMakeLists.txt')
-rw-r--r--src/irmd/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/irmd/CMakeLists.txt b/src/irmd/CMakeLists.txt
index bf810d96..89fbae08 100644
--- a/src/irmd/CMakeLists.txt
+++ b/src/irmd/CMakeLists.txt
@@ -6,7 +6,9 @@ include_directories(${CMAKE_BINARY_DIR}/include)
set(SOURCE_FILES
# Add source files here
+ irm_flow.c
main.c
+ reg_api.c
registry.c
utils.c
)