mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
播放器新增支持音频:#945
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user