reactos/rostests/winetests/d3drm/CMakeLists.txt
Amine Khaldi 2b0ef47d12 [D3DRM_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924
svn path=/trunk/; revision=68529
2015-07-21 23:33:35 +00:00

8 lines
318 B
CMake

add_definitions(-DUSE_WINE_TODOS)
add_executable(d3drm_winetest d3drm.c vector.c testlist.c)
target_link_libraries(d3drm_winetest uuid dxguid)
set_module_type(d3drm_winetest win32cui)
add_importlibs(d3drm_winetest ddraw d3drm user32 msvcrt kernel32)
add_cd_file(TARGET d3drm_winetest DESTINATION reactos/bin FOR all)