diff options
author | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-12 15:19:05 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@intec.ugent.be> | 2016-05-12 15:25:02 +0200 |
commit | 8198b6dd1aeead45b9583ab720046057ebced70d (patch) | |
tree | f3960c96b7b9fe9253f6aa2d5effb67cebc91ff6 | |
parent | 0305780cb158daba745e50e3956b6d89c0995f1b (diff) | |
download | ouroboros-8198b6dd1aeead45b9583ab720046057ebced70d.tar.gz ouroboros-8198b6dd1aeead45b9583ab720046057ebced70d.zip |
include: added flow.h to CMakelists
-rw-r--r-- | include/ouroboros/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ouroboros/CMakeLists.txt b/include/ouroboros/CMakeLists.txt index 6a247e8e..a42c65fd 100644 --- a/include/ouroboros/CMakeLists.txt +++ b/include/ouroboros/CMakeLists.txt @@ -10,6 +10,7 @@ set(HEADER_FILES dev.h dif_config.h du_buff.h + flow.h instance_name.h ipcp.h irm.h |