1
2list(APPEND SOURCE
3    advanced.c
4    dialog.c
5    misc.c
6    mixer.c
7    sndvol32.c
8    tray.c
9    sndvol32.h)
10
11add_rc_deps(sndvol32.rc ${CMAKE_CURRENT_SOURCE_DIR}/resources/sndvol32.ico)
12add_executable(sndvol32 ${SOURCE} sndvol32.rc)
13set_module_type(sndvol32 win32gui UNICODE)
14add_importlibs(sndvol32 user32 advapi32 gdi32 comctl32 shell32 winmm msvcrt kernel32 ntdll)
15add_pch(sndvol32 sndvol32.h SOURCE)
16add_cd_file(TARGET sndvol32 DESTINATION reactos/system32 FOR all)
17