播放器新增支持音频:#945

This commit is contained in:
ziyue
2021-06-29 17:44:35 +08:00
parent 66f28f52b4
commit 1b674a6ac2
128 changed files with 1033 additions and 63696 deletions

View File

@@ -5,9 +5,9 @@ foreach(TEST_SRC ${TEST_SRC_LIST})
set(exe_name api_tester_${TEST_EXE_NAME})
add_executable(${exe_name} ${TEST_SRC})
if(WIN32)
if(MSVC)
set_target_properties(${exe_name} PROPERTIES COMPILE_FLAGS ${VS_FALGS} )
endif(WIN32)
endif()
target_link_libraries(${exe_name} mk_api)
endforeach()