[WBEMPROX_WINETEST]
[reactos.git] / rostests / winetests / wbemprox / CMakeLists.txt
1
2 add_definitions(-DUSE_WINE_TODOS)
3
4 list(APPEND SOURCE
5 query.c
6 services.c
7 testlist.c)
8
9 add_executable(wbemprox_winetest ${SOURCE})
10 target_link_libraries(wbemprox_winetest uuid)
11 set_module_type(wbemprox_winetest win32cui)
12 add_importlibs(wbemprox_winetest advapi32 oleaut32 ole32 user32 msvcrt kernel32)
13 add_cd_file(TARGET wbemprox_winetest DESTINATION reactos/bin FOR all)