f20118a0c99e79e9b8ce53a878a596f0572670a5
[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.def)
12
13 add_library(authz SHARED
14 ${CMAKE_CURRENT_BINARY_DIR}/authz_precomp.h.gch
15 ${SOURCE})
16
17 set_module_type(authz win32dll)
18
19 add_pch(authz ${CMAKE_CURRENT_SOURCE_DIR}/precomp.h ${SOURCE})
20 add_importlibs(authz advapi32 msvcrt kernel32 ntdll)
21
22 add_cab_target(authz 1)