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