mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
0492e3cfc9
* Import from Wine 1.7.1. CORE-7469 svn path=/trunk/; revision=60423
11 lines
340 B
CMake
11 lines
340 B
CMake
|
|
list(APPEND SOURCE
|
|
query.c
|
|
services.c
|
|
testlist.c)
|
|
|
|
add_executable(wbemprox_winetest ${SOURCE})
|
|
target_link_libraries(wbemprox_winetest uuid)
|
|
set_module_type(wbemprox_winetest win32cui)
|
|
add_importlibs(wbemprox_winetest oleaut32 ole32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET wbemprox_winetest DESTINATION reactos/bin FOR all)
|