添加http文件服务可挂载物理目录,新增ENABLE_API_STATIC_LIB

sa
This commit is contained in:
baiyfcu
2021-08-25 14:30:31 +08:00
parent 4a063bee43
commit 626bf3dcf9
5 changed files with 29 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ option(ENABLE_ASAN "Enable Address Sanitize" false)
option(ENABLE_WEBRTC "Enable WebRTC" false)
option(ENABLE_PLAYER "Enable Player" true)
option(ENABLE_MSVC_MT "Enable MSVC Mt/Mtd lib" true)
option(ENABLE_API_STATIC_LIB "Enable mk_api static lib" false)
if (MSVC AND ENABLE_MSVC_MT)
set(CompilerFlags