mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
8 lines
307 B
Text
8 lines
307 B
Text
|
|
||
|
add_definitions(-DUSE_WINE_TODOS)
|
||
|
add_executable(d3drm_winetest d3drm.c vector.c testlist.c)
|
||
|
target_link_libraries(d3drm_winetest dxguid)
|
||
|
set_module_type(d3drm_winetest win32cui)
|
||
|
add_importlibs(d3drm_winetest ddraw user32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET d3drm_winetest DESTINATION reactos/bin FOR all)
|