[COMCTL32] Pt.rc: Place accelerator FIXMEs
[reactos.git] / dll / win32 / authz / CMakeLists.txt
1
2 spec2def(authz.dll authz.spec)
3
4 list(APPEND SOURCE
5 authz.c
6 clictx.c
7 resman.c
8 precomp.h
9 ${CMAKE_CURRENT_BINARY_DIR}/authz_stubs.c)
10
11 add_library(authz MODULE
12 ${SOURCE}
13 authz.rc
14 ${CMAKE_CURRENT_BINARY_DIR}/authz.def)
15
16 set_module_type(authz win32dll UNICODE)
17 add_importlibs(authz advapi32 msvcrt kernel32 ntdll)
18 add_pch(authz precomp.h SOURCE)
19 add_cd_file(TARGET authz DESTINATION reactos/system32 FOR all)