Bye bye Soft386, welcome Fast486, courtesy Aleksandar Andrejevic.
[reactos.git] / lib / fast486 / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/fast486)
3
4 list(APPEND SOURCE
5 fast486.c
6 opcodes.c
7 opgroups.c
8 extraops.c
9 common.c)
10
11 add_library(fast486 ${SOURCE})