summaryrefslogtreecommitdiff
path: root/src/lib/CMakeLists.txt
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-02-17 17:23:06 +0100
committerDimitri Staessens <dimitri.staessens@intec.ugent.be>2016-02-23 01:53:26 +0100
commit4251bbb496e64aeeceb70ab1a6716201051769e1 (patch)
tree8878f92094d489f5b43a54382789ce9d30751688 /src/lib/CMakeLists.txt
parent24ae159ad312144c552455fbae445ed62a9fec2f (diff)
downloadouroboros-4251bbb496e64aeeceb70ab1a6716201051769e1.tar.gz
ouroboros-4251bbb496e64aeeceb70ab1a6716201051769e1.zip
lib: Update CMakeLists.txt
Forgot to include the updated CMakeLists.txt file with the bitmap implementation.
Diffstat (limited to 'src/lib/CMakeLists.txt')
-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
)