summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-02-17 17:23:06 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-02-17 17:23:06 +0100
commit815d2d611edec929b970868ac5ae9b3980165d0e (patch)
tree8878f92094d489f5b43a54382789ce9d30751688 /src
parent86bc5c03c08c4f62db02a41a734cc5ffdaada50f (diff)
downloadouroboros-815d2d611edec929b970868ac5ae9b3980165d0e.tar.gz
ouroboros-815d2d611edec929b970868ac5ae9b3980165d0e.zip
lib: Update CMakeLists.txt
Forgot to include the updated CMakeLists.txt file with the bitmap implementation.
Diffstat (limited to 'src')
-rw-r--r--src/lib/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
index 5099fa48..5c0e6bbe 100644
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -6,6 +6,7 @@ include_directories(${CMAKE_BINARY_DIR}/include)
set(SOURCE_FILES
# Add source files here
+ bitmap.c
cdap.c
)