Sync with trunk r63786.
[reactos.git] / base / applications / sndvol32 / CMakeLists.txt
1
2 list(APPEND SOURCE
3 dialog.c
4 misc.c
5 mixer.c
6 sndvol32.c
7 sndvol32.h)
8
9 add_executable(sndvol32 ${SOURCE} sndvol32.rc)
10 set_module_type(sndvol32 win32gui UNICODE)
11 add_importlibs(sndvol32 user32 advapi32 gdi32 comctl32 shell32 winmm msvcrt kernel32 ntdll)
12 add_pch(sndvol32 sndvol32.h SOURCE)
13 add_cd_file(TARGET sndvol32 DESTINATION reactos/system32 FOR all)