diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-02-22 18:02:27 +0100 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-02-22 18:02:27 +0100 |
commit | 59ee34ef5650c415a6a747afb816964378d17b36 (patch) | |
tree | 701a89eedea6955bd4b1cd667c3011f97f2662da /src/lib | |
parent | bc7bd364545f21b3b8522d5e7eabb9faa846845d (diff) | |
download | ouroboros-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.
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/CMakeLists.txt | 1 |
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}) |