mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 03:48:17 +00:00
fd6560a684
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60429
15 lines
357 B
CMake
15 lines
357 B
CMake
|
|
list(APPEND SOURCE
|
|
ftp.c
|
|
generated.c
|
|
http.c
|
|
internet.c
|
|
url.c
|
|
urlcache.c
|
|
testlist.c)
|
|
|
|
add_executable(wininet_winetest ${SOURCE})
|
|
set_module_type(wininet_winetest win32cui)
|
|
add_importlibs(wininet_winetest wininet crypt32 ws2_32 user32 advapi32 msvcrt kernel32)
|
|
add_cd_file(TARGET wininet_winetest DESTINATION reactos/bin FOR all)
|