- 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

@@ -91,4 +91,6 @@ set(JRTPLIB_SOURCES
rtpexternaltransmitter.cpp)
add_library(jrtplib STATIC ${JRTPLIB_SOURCES})
set_property(TARGET jrtplib PROPERTY
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")