mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
11 lines
No EOL
203 B
CMake
11 lines
No EOL
203 B
CMake
|
|
add_executable(magnify
|
|
magnifier.c
|
|
settings.c
|
|
magnify.rc)
|
|
|
|
set_module_type(magnify win32gui)
|
|
|
|
add_importlibs(magnify user32 gdi32 advapi32 shell32 msvcrt kernel32)
|
|
|
|
add_cab_target(magnify 1) |