From 4251bbb496e64aeeceb70ab1a6716201051769e1 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Wed, 17 Feb 2016 17:23:06 +0100 Subject: lib: Update CMakeLists.txt Forgot to include the updated CMakeLists.txt file with the bitmap implementation. --- src/lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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 ) -- cgit v1.2.3