mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 00:00:20 +00:00
6 lines
233 B
Text
6 lines
233 B
Text
|
|
||
|
add_executable(screenshot screenshot.c screenshot.rc)
|
||
|
set_module_type(screenshot win32gui UNICODE)
|
||
|
add_importlibs(screenshot user32 gdi32 comdlg32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET screenshot DESTINATION reactos/system32 FOR all)
|