Rename CSR_CONNECTION_INFO and CONSOLE_CONNECTION_INFO to the same way as BASESRV_API...
[reactos.git] / reactos / base / applications / mscutils / devmgmt / CMakeLists.txt
1
2 list(APPEND SOURCE
3 about.c
4 devmgmt.c
5 enumdevices.c
6 mainwnd.c
7 misc.c
8 devmgmt.rc)
9
10 add_executable(devmgmt ${SOURCE})
11 set_module_type(devmgmt win32gui UNICODE)
12 add_importlibs(devmgmt setupapi gdi32 user32 comctl32 advapi32 devmgr msvcrt kernel32)
13 add_pch(devmgmt precomp.h)
14 add_cd_file(TARGET devmgmt DESTINATION reactos/system32 FOR all)