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