From cb5375258a315b77f51bf8454ee7d8c9351fe636 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Fri, 10 Jun 2022 07:19:46 +0200 Subject: [PATCH] removes compilatioon of unneeded files --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d34d34..f84ed5f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -35,7 +35,6 @@ FILE(GLOB GEN_SOURCES ) set(LIB_SOURCES - src/vm/fp_functions.cpp src/iss/plugin/instruction_count.cpp src/iss/arch/tgc_c.cpp src/vm/interp/vm_tgc_c.cpp