reactos/base/applications/sndrec32/CMakeLists.txt
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

19 lines
442 B
CMake

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)
set_module_type(sndrec32 win32gui UNICODE)
add_importlibs(sndrec32 winmm user32 msacm32 comctl32 comdlg32 gdi32 msvcrt kernel32)
add_cd_file(TARGET sndrec32 DESTINATION reactos/system32 FOR all)