ebf9ecd821e43914b2bfa9bc6107a3f3ddbc6d3a
[reactos.git] / rostests / win32 / user32 / paintdesktop / CMakeLists.txt
1
2 add_executable(paintdesktop PaintDesktop.c)
3 set_module_type(paintdesktop win32gui UNICODE)
4 add_importlibs(paintdesktop user32 msvcrt kernel32)
5 add_cd_file(TARGET paintdesktop DESTINATION reactos/bin FOR all)