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
/
ws2_32
/
CMakeLists.txt
1
2
add_definitions(-D_DLL -D__USE_CRTIMP)
3
4
list(APPEND SOURCE
5
helpers.c
6
ioctlsocket.c
7
recv.c
8
testlist.c)
9
10
add_executable(ws2_32_apitest ${SOURCE})
11
target_link_libraries(ws2_32_apitest wine)
12
set_module_type(ws2_32_apitest win32cui)
13
add_importlibs(ws2_32_apitest ws2_32 msvcrt kernel32 ntdll)