mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
c843606e23
wine depends on buildno header svn path=/branches/cmake-bringup/; revision=49883
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)
|