1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-12 22:14:15 +00:00
reactos/sdk/lib/fast486/CMakeLists.txt

15 lines
253 B
Text
Raw Normal View History

include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/fast486)
list(APPEND SOURCE
debug.c
fast486.c
opcodes.c
opgroups.c
extraops.c
common.c
fpu.c)
add_library(fast486 ${SOURCE})
add_dependencies(fast486 xdk)