reactos/lib/fast486/CMakeLists.txt
Hermès Bélusca-Maïto 9919d4fa10 Sync to trunk r65566.
svn path=/branches/condrv_restructure/; revision=65567
2014-12-05 21:20:35 +00:00

14 lines
219 B
CMake

include_directories(${REACTOS_SOURCE_DIR}/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})