reactos/lib/soft386/CMakeLists.txt
Aleksandar Andrejevic abf9647dd9 [SOFT386]
Stubplement opcode group handlers.


svn path=/branches/ntvdm/; revision=60441
2013-09-28 18:56:58 +00:00

11 lines
182 B
CMake

include_directories(${REACTOS_SOURCE_DIR}/include/reactos/libs/soft386)
list(APPEND SOURCE
soft386.c
opcodes.c
opgroups.c
common.c)
add_library(soft386 ${SOURCE})