mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
20155d15aa
* Sync with Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60433
5 lines
222 B
CMake
5 lines
222 B
CMake
|
|
add_executable(wldap32_winetest parse.c testlist.c)
|
|
set_module_type(wldap32_winetest win32cui)
|
|
add_importlibs(wldap32_winetest wldap32 msvcrt kernel32)
|
|
add_cd_file(TARGET wldap32_winetest DESTINATION reactos/bin FOR all)
|