X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fapplications%2Fsndrec32%2FCMakeLists.txt;h=69471cc6e68fa46705d38e34a7752bd1839af19f;hp=d2a765a90ec2763c3f9d8452de903aa285a8c73c;hb=53fbd8e18538e430a677ca80bb451f70e5652eea;hpb=f4cc19c36a545e7e1200ff9daa383c9032dbab22 diff --git a/base/applications/sndrec32/CMakeLists.txt b/base/applications/sndrec32/CMakeLists.txt index d2a765a90ec..69471cc6e68 100644 --- a/base/applications/sndrec32/CMakeLists.txt +++ b/base/applications/sndrec32/CMakeLists.txt @@ -1,4 +1,8 @@ +set_unicode() +set_cpp() +set_rc_compiler() + add_executable(sndrec32 audio_format.cpp audio_membuffer.cpp @@ -12,4 +16,5 @@ add_executable(sndrec32 target_link_libraries(sndrec32 stlport) set_module_type(sndrec32 win32gui) -add_importlibs(sndrec32 winmm user32 msacm32 comctl32 comdlg32 gdi32 msvcrt) +add_importlibs(sndrec32 winmm user32 msacm32 comctl32 comdlg32 gdi32 msvcrt kernel32) +add_cd_file(TARGET sndrec32 DESTINATION reactos/system32)