mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
14 lines
358 B
CMake
14 lines
358 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 advapi32 oleaut32 ole32 user32 msvcrt kernel32)
|
|
add_rostests_file(TARGET wbemprox_winetest)
|