mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
9 lines
188 B
Text
9 lines
188 B
Text
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||
|
add_definitions(-D__WINESRC__)
|
||
|
|
||
|
file(GLOB_RECURSE SOURCE "*.c")
|
||
|
|
||
|
add_library(wine ${SOURCE})
|
||
|
|
||
|
add_library(wineldr loader.c)
|