From 2af8f22406899f8c40943c697aa15745c5984263 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 6 Feb 2013 20:36:31 -0500 Subject: [PATCH] cmake update --- cpu/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpu/CMakeLists.txt b/cpu/CMakeLists.txt index 35b3619..2330d4b 100644 --- a/cpu/CMakeLists.txt +++ b/cpu/CMakeLists.txt @@ -6,6 +6,7 @@ set(CPU_SRC CpuModule_EffectiveAddress.c CpuModule_Exceptions.c CpuModule_Flags.c + CpuModule_Logging.c CpuModule_Instructions.c CpuModule_InternalState.c CpuModule_Interrupts.c