* Sync to recent trunk (r52563).
[reactos.git] / dll / win32 / authz / CMakeLists.txt
1
2 set_unicode()
3
4 spec2def(authz.dll authz.spec)
5
6 list(APPEND SOURCE
7 authz.c
8 clictx.c
9 resman.c
10 authz.rc
11 ${CMAKE_CURRENT_BINARY_DIR}/authz_stubs.c
12 ${CMAKE_CURRENT_BINARY_DIR}/authz.def)
13
14 add_library(authz SHARED ${SOURCE})
15
16 set_module_type(authz win32dll)
17
18 add_importlibs(authz advapi32 msvcrt kernel32 ntdll)
19 add_pch(authz precomp.h)
20
21 add_cd_file(TARGET authz DESTINATION reactos/system32 FOR all)