mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
2541969bd0
- More work on the base modules. svn path=/branches/cmake-bringup/; revision=49062
16 lines
375 B
CMake
16 lines
375 B
CMake
|
|
set_unicode()
|
|
|
|
list(APPEND SOURCE
|
|
misc.c
|
|
mixer.c
|
|
sndvol32.c
|
|
sndvol32.rc)
|
|
|
|
add_executable(sndvol32 ${CMAKE_CURRENT_BINARY_DIR}/sndvol32_sndvol32.h.gch ${SOURCE})
|
|
|
|
add_pch(sndvol32 ${CMAKE_CURRENT_SOURCE_DIR}/sndvol32.h ${SOURCE})
|
|
|
|
set_module_type(sndvol32 win32gui)
|
|
|
|
add_importlibs(sndvol32 user32 advapi32 gdi32 comctl32 shell32 winmm msvcrt kernel32 ntdll)
|