mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
c27ff5b52f
- Code formatting (align on 4-space) - Fix union / struct problem in _SOFT386_PAGE_TABLE. svn path=/branches/ntvdm/; revision=60189
9 lines
167 B
CMake
9 lines
167 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/soft386)
|
|
|
|
list(APPEND SOURCE
|
|
soft386.c
|
|
opcodes.c
|
|
common.c)
|
|
|
|
add_library(soft386 ${SOURCE})
|