Rename CSR_CONNECTION_INFO and CONSOLE_CONNECTION_INFO to the same way as BASESRV_API...
[reactos.git] / reactos / base / applications / magnify / CMakeLists.txt
1
2 add_executable(magnify
3 magnifier.c
4 settings.c
5 magnify.rc)
6
7 add_pch(magnify magnifier.h)
8 set_module_type(magnify win32gui)
9 add_importlibs(magnify user32 gdi32 advapi32 shell32 msvcrt kernel32)
10 add_cd_file(TARGET magnify DESTINATION reactos/system32 FOR all)