From f5f5dcc60316d4f0a6ffb4ebff143f7eaa12894f Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 22 Feb 2016 18:02:27 +0100 Subject: 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. --- src/lib/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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}) -- cgit v1.2.3