From feca2c0fa1920a86774dfb8fd592943d1bb831e0 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Wed, 6 Feb 2013 20:05:58 -0500 Subject: [PATCH] updated cmake file --- cpu/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cpu/CMakeLists.txt b/cpu/CMakeLists.txt index e8a1f62..35b3619 100644 --- a/cpu/CMakeLists.txt +++ b/cpu/CMakeLists.txt @@ -7,8 +7,10 @@ set(CPU_SRC CpuModule_Exceptions.c CpuModule_Flags.c CpuModule_Instructions.c + CpuModule_InternalState.c CpuModule_Interrupts.c CpuModule_StackFrameGen.c + memory.c ) #FILE(GLOB CPU_SRC ${CMAKE_CURRENT_SOURCE_DIR}/*.c)