- 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

View File

@@ -12,3 +12,4 @@ set (GSMHR_SOURCES
)
add_library(gsmhr_codec ${GSMHR_SOURCES})
set_property(TARGET gsmhr_codec PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")