mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
5 lines
203 B
CMake
5 lines
203 B
CMake
|
|
add_executable(twain_32_winetest dsm.c testlist.c)
|
|
set_module_type(twain_32_winetest win32cui)
|
|
add_importlibs(twain_32_winetest user32 gdi32 msvcrt kernel32)
|
|
add_rostests_file(TARGET twain_32_winetest)
|