mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
8db8073cbb
svn path=/branches/shell-experiments/; revision=63271
12 lines
207 B
CMake
12 lines
207 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/fast486)
|
|
|
|
list(APPEND SOURCE
|
|
fast486.c
|
|
opcodes.c
|
|
opgroups.c
|
|
extraops.c
|
|
common.c
|
|
fpu.c)
|
|
|
|
add_library(fast486 ${SOURCE})
|