diff options
author | Dimitri Staessens <dimitri.staessens@intec.ugent.be> | 2016-02-23 00:06:35 +0100 |
---|---|---|
committer | Dimitri Staessens <dimitri.staessens@intec.ugent.be> | 2016-02-23 01:56:49 +0100 |
commit | f128b07498d22d5bc0cea0270e960b2b7c66248c (patch) | |
tree | b48690e146856380bf6ce24e90535ca161709abd /src/lib/CMakeLists.txt | |
parent | f5f5dcc60316d4f0a6ffb4ebff143f7eaa12894f (diff) | |
download | ouroboros-f128b07498d22d5bc0cea0270e960b2b7c66248c.tar.gz ouroboros-f128b07498d22d5bc0cea0270e960b2b7c66248c.zip |
Initial du_buff code
Compiles but untested. Expect bugs.
Diffstat (limited to 'src/lib/CMakeLists.txt')
-rw-r--r-- | src/lib/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index 5c0e6bbe..9a6f1946 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt @@ -8,6 +8,7 @@ set(SOURCE_FILES # Add source files here bitmap.c cdap.c + du_buff.c ) add_library(ouroboros SHARED ${SOURCE_FILES}) |