diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-19 19:06:48 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-04-19 19:06:48 +0200 |
commit | e59ff6e444e1504e798a76aea5d25e152587da0b (patch) | |
tree | cedcdca11066844c8b734176a6cd489930ac7f9c /src/CMakeLists.txt | |
parent | a184210f2e172745c9232cbf6b065bfe4d209d4e (diff) | |
download | fastd-e59ff6e444e1504e798a76aea5d25e152587da0b.tar fastd-e59ff6e444e1504e798a76aea5d25e152587da0b.zip |
Add vector macros
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 750883f..9e757c5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -36,6 +36,7 @@ add_executable(fastd shell.c socket.c tuntap.c + vector.c ${BISON_fastd_config_parse_OUTPUTS} ) set_property(TARGET fastd PROPERTY COMPILE_FLAGS "${FASTD_CFLAGS}") |