From e2e45989c79c060cf30b1b4c1a2c1e7d26022d23 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Wed, 11 Mar 2015 17:08:45 +0100 Subject: [PATCH] Remove unnecessary Interpreter.cxx Should make things build again --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3905510..2c178ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -103,7 +103,6 @@ TARGET_LINK_LIBRARIES(frida # GUILE set(plugin_guile_SOURCES - src/bindings/Interpreter.cxx src/bindings/Guile.cxx) set(plugin_guile_HEADERS -- 2.39.2