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