[FREELDR]
[reactos.git] / base / applications / sndvol32 / CMakeLists.txt
1 add_definitions(-D_DLL -D__USE_CRTIMP)
2
3 set_unicode()
4
5 list(APPEND SOURCE
6 misc.c
7 mixer.c
8 sndvol32.c
9 sndvol32.rc)
10
11 add_executable(sndvol32 ${CMAKE_CURRENT_BINARY_DIR}/sndvol32_sndvol32.h.gch ${SOURCE})
12
13 add_pch(sndvol32 ${CMAKE_CURRENT_SOURCE_DIR}/sndvol32.h ${SOURCE})
14
15 set_module_type(sndvol32 win32gui)
16
17 add_importlibs(sndvol32 user32 advapi32 gdi32 comctl32 shell32 winmm msvcrt kernel32 ntdll)
18
19 add_cab_target(sndvol32 1)