mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
1d2b1c4a24
- Get rid of buildno_header target, builno.h is generated at configure time. svn path=/branches/cmake-bringup/; revision=51220
13 lines
232 B
CMake
13 lines
232 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)
|