mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 11:35:58 +00:00
c0e495f046
* Addendum to r64795. * Also remove unneeded wine linking and ntdll importing. * Remove redundant defines. svn path=/trunk/; revision=64796
8 lines
314 B
CMake
8 lines
314 B
CMake
|
|
add_executable(wininet_apitest InternetOpen.c testlist.c)
|
|
target_link_libraries(wininet_apitest wine)
|
|
set_module_type(wininet_apitest win32cui)
|
|
add_importlibs(wininet_apitest msvcrt kernel32 ntdll)
|
|
#add_delay_importlibs(wininet_apitest wininet)
|
|
add_cd_file(TARGET wininet_apitest DESTINATION reactos/bin FOR all)
|