reactos/base/applications/sndrec32/CMakeLists.txt
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

18 lines
444 B
CMake

set_cpp(WITH_RUNTIME)
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 shell32)
add_cd_file(TARGET sndrec32 DESTINATION reactos/system32 FOR all)