mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
10 lines
287 B
Text
10 lines
287 B
Text
|
|
||
|
add_definitions(
|
||
|
-DUSE_WINE_TODOS
|
||
|
-D__WINESRC__)
|
||
|
|
||
|
add_executable(wmiutils_winetest path.c testlist.c)
|
||
|
set_module_type(wmiutils_winetest win32cui)
|
||
|
add_importlibs(wmiutils_winetest ole32 msvcrt kernel32 ntdll)
|
||
|
add_cd_file(TARGET wmiutils_winetest DESTINATION reactos/bin FOR all)
|