1
2spec2def(umandlg.dll umandlg.spec)
3
4add_library(umandlg MODULE
5    about.c
6    process.c
7    registry.c
8    umandlg.c
9    umandlg.h
10    umandlg.rc
11    ${CMAKE_CURRENT_BINARY_DIR}/umandlg.def)
12
13set_module_type(umandlg win32dll UNICODE)
14add_importlibs(umandlg comdlg32 user32 gdi32 advapi32 shell32 comctl32 msvcrt kernel32 ntdll)
15add_cd_file(TARGET umandlg DESTINATION reactos/system32 FOR all)
16