1
2list(APPEND SOURCE
3    dialog.c
4    process.c
5    about.c
6    precomp.h)
7
8add_rc_deps(utilman.rc ${CMAKE_CURRENT_SOURCE_DIR}/res/utilman.ico)
9add_executable(utilman ${SOURCE} utilman.rc)
10set_module_type(utilman win32gui UNICODE)
11add_importlibs(utilman comdlg32 user32 gdi32 advapi32 shell32 comctl32 msvcrt kernel32 ntdll)
12add_pch(utilman precomp.h SOURCE)
13add_cd_file(TARGET utilman DESTINATION reactos/system32 FOR all)
14