- fix build options for Windows

This commit is contained in:
2022-02-14 22:18:48 +02:00
parent ce9912dd8d
commit ca32a483db
11 changed files with 17 additions and 0 deletions
+2
View File
@@ -13,3 +13,5 @@ set (G722_SOURCES
)
add_library(g722_codec ${G722_SOURCES})
set_property(TARGET g722_codec PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")