reactos/rostests/winetests/wbemprox/CMakeLists.txt
Amine Khaldi 204f37c45f [WBEMPROX_WINETEST]
* Globally mark expected failures as todos.
ROSTESTS-128

svn path=/trunk/; revision=62191
2014-02-14 23:45:32 +00:00

14 lines
375 B
CMake

add_definitions(-DUSE_WINE_TODOS)
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)