projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[libwine]
[reactos.git]
/
reactos
/
lib
/
3rdparty
/
libwine
/
CMakeLists.txt
1
2
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
3
add_definitions(-D__WINESRC__)
4
5
list(APPEND SOURCE
6
config.c
7
debug_ros.c
8
loader.c
9
wctype.c
10
register.c
11
# string.c implements _stricmp, already shipped with crt
12
)
13
14
add_library(wine ${SOURCE})
15
16
add_library(wineldr loader.c)