[CMAKE]
[reactos.git] / base / services / umpnpmgr / CMakeLists.txt
1
2 set_unicode()
3 include_directories(${REACTOS_BINARY_DIR}/include/reactos/idl)
4 remove_definitions(-D_WIN32_WINNT=0x502)
5 add_definitions(-D_WIN32_WINNT=0x600)
6
7 add_executable(umpnpmgr umpnpmgr.c umpnpmgr.rc)
8
9 target_link_libraries(umpnpmgr pnp_server wdmguid pseh)
10
11 set_module_type(umpnpmgr win32cui)
12 add_importlibs(umpnpmgr
13 advapi32
14 rpcrt4
15 userenv
16 msvcrt
17 kernel32
18 ntdll)
19
20 add_cab_target(umpnpmgr 1)