mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
10 lines
168 B
Text
10 lines
168 B
Text
|
|
||
|
add_executable(magnify
|
||
|
magnifier.c
|
||
|
settings.c
|
||
|
magnify.rc)
|
||
|
|
||
|
set_module_type(magnify win32gui)
|
||
|
|
||
|
add_importlibs(magnify user32 gdi32 advapi32 shell32 msvcrt)
|