projects
/
reactos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[CMAKE]
[reactos.git]
/
rostests
/
apitests
/
user32
/
CMakeLists.txt
1
2
add_definitions(-D_DLL -D__USE_CRTIMP)
3
4
list(APPEND SOURCE
5
InitializeLpkHooks.c
6
RealGetWindowClass.c
7
ScrollDC.c
8
ScrollWindowEx.c
9
GetSystemMetrics.c
10
testlist.c)
11
12
add_executable(user32_apitest ${SOURCE})
13
target_link_libraries(user32_apitest wine)
14
set_module_type(user32_apitest win32cui)
15
add_importlibs(user32_apitest gdi32 user32 msvcrt kernel32 ntdll)