2011-05-16 13:12:07 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
dialog.c
|
2011-06-13 15:31:11 +00:00
|
|
|
misc.c
|
2011-05-16 13:12:07 +00:00
|
|
|
mixer.c
|
|
|
|
sndvol32.c
|
2018-02-25 20:58:34 +00:00
|
|
|
tray.c
|
2014-02-08 18:13:52 +00:00
|
|
|
sndvol32.h)
|
2011-05-16 13:12:07 +00:00
|
|
|
|
2015-06-17 17:20:29 +00:00
|
|
|
add_rc_deps(sndvol32.rc ${CMAKE_CURRENT_SOURCE_DIR}/resources/sndvol32.ico)
|
2014-02-08 18:13:52 +00:00
|
|
|
add_executable(sndvol32 ${SOURCE} sndvol32.rc)
|
2011-09-03 19:11:44 +00:00
|
|
|
set_module_type(sndvol32 win32gui UNICODE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_importlibs(sndvol32 user32 advapi32 gdi32 comctl32 shell32 winmm msvcrt kernel32 ntdll)
|
2014-02-08 18:13:52 +00:00
|
|
|
add_pch(sndvol32 sndvol32.h SOURCE)
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET sndvol32 DESTINATION reactos/system32 FOR all)
|