[FAST486]: Rename fast486dbg.c to debug.c as per opular demand :P
[reactos.git] / reactos / lib / fast486 / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/fast486)
3
4 list(APPEND SOURCE
5 debug.c
6 fast486.c
7 opcodes.c
8 opgroups.c
9 extraops.c
10 common.c
11 fpu.c)
12
13 add_library(fast486 ${SOURCE})