update cmake

This commit is contained in:
Kelvin Sherlock 2013-02-06 23:44:42 -05:00
parent 539b09982c
commit ba14f15566
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,7 @@
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_C_FLAGS " -Wall -Wno-unused-function -g")
set(CPU_SRC
CpuModule.c
CpuModule_Disassembler.c
@ -14,7 +16,4 @@ set(CPU_SRC
memory.c
)
#FILE(GLOB CPU_SRC ${CMAKE_CURRENT_SOURCE_DIR}/*.c)
add_library(CPU_LIB ${CPU_SRC})