mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
20 lines
449 B
CMake
20 lines
449 B
CMake
|
|
set_unicode()
|
|
set_cpp()
|
|
set_rc_compiler()
|
|
|
|
add_executable(sndrec32
|
|
audio_format.cpp
|
|
audio_membuffer.cpp
|
|
audio_producer.cpp
|
|
audio_receiver.cpp
|
|
audio_resampler_acm.cpp
|
|
audio_wavein.cpp
|
|
audio_waveout.cpp
|
|
sndrec32.cpp
|
|
rsrc.rc)
|
|
|
|
target_link_libraries(sndrec32 stlport)
|
|
set_module_type(sndrec32 win32gui)
|
|
add_importlibs(sndrec32 winmm user32 msacm32 comctl32 comdlg32 gdi32 msvcrt kernel32)
|
|
add_cab_target(sndrec32 1)
|