summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-02-22 18:02:27 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-02-22 18:02:27 +0100
commit59ee34ef5650c415a6a747afb816964378d17b36 (patch)
tree701a89eedea6955bd4b1cd667c3011f97f2662da
parentbc7bd364545f21b3b8522d5e7eabb9faa846845d (diff)
downloadouroboros-59ee34ef5650c415a6a747afb816964378d17b36.tar.gz
ouroboros-59ee34ef5650c415a6a747afb816964378d17b36.zip
lib: Remove irm.c from CMakeLists.txt
This removes the source file irm.c from CMakeLists.txt, as it is not yet in the repo.
-rw-r--r--src/lib/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt
index 11183716..5c0e6bbe 100644
--- a/src/lib/CMakeLists.txt
+++ b/src/lib/CMakeLists.txt
@@ -8,7 +8,6 @@ set(SOURCE_FILES
# Add source files here
bitmap.c
cdap.c
- irm.c
)
add_library(ouroboros SHARED ${SOURCE_FILES})