reactos/modules/rostests/win32/user32/paintdesktop/CMakeLists.txt

6 lines
183 B
CMake

add_executable(paintdesktop PaintDesktop.c)
set_module_type(paintdesktop win32gui UNICODE)
add_importlibs(paintdesktop user32 msvcrt kernel32)
add_rostests_file(TARGET paintdesktop)