mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
15 lines
271 B
CMake
15 lines
271 B
CMake
|
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
|
add_definitions(-D__WINESRC__)
|
|
|
|
list(APPEND SOURCE
|
|
config.c
|
|
debug_ros.c
|
|
loader.c
|
|
string.c)
|
|
|
|
add_library(wine ${SOURCE})
|
|
|
|
add_library(wineldr loader.c)
|
|
|
|
add_dependencies(wine buildno_header)
|