mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
675c38e1b9
Halfplement Soft386ExecutionControl. svn path=/branches/ntvdm/; revision=59795
8 lines
166 B
CMake
8 lines
166 B
CMake
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/soft386)
|
|
|
|
list(APPEND SOURCE
|
|
soft386.c
|
|
opcodes.c
|
|
common.c)
|
|
|
|
add_library(soft386 ${SOURCE})
|