[NTVDM]
[reactos.git] / lib / 3rdparty / softx86 / softx86 / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/softx86)
3
4 list(APPEND SOURCE
5 aaa.c
6 add.c
7 binops.c
8 cbw.c
9 clc.c
10 drooling_duh.c
11 fpu.c
12 groupies.c
13 inc.c
14 interrupts.c
15 ioport.c
16 jumpy.c
17 mov.c
18 optable.c
19 prefixes.c
20 procframe.c
21 pushpop.c
22 shovel.c
23 softx86.c
24 ### Uncomment the following files for dll compilation:
25 # softx86_dll.def
26 # softx86_dll.rc
27 )
28
29 add_library(softx86 ${SOURCE})