reactos/lib/fast486/CMakeLists.txt
Amine Khaldi 609ba8d717 * Sync up to trunk head (r64829).
svn path=/branches/shell-experiments/; revision=64830
2014-10-19 18:45:40 +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})