架构大改之前

This commit is contained in:
2026-08-23 17:11:12 +08:00
parent 73a3152733
commit 3938e72bb7
34 changed files with 1111 additions and 327 deletions
+2 -4
View File
@@ -136,11 +136,9 @@ target_link_libraries(Aethera_Web_Server PRIVATE
add_dependencies(Aethera_Web_Server Aethera_Web_Assets)
add_custom_command(TARGET Aethera_Web_Server POST_BUILD
COMMAND "${CMAKE_COMMAND}" -E copy_if_different
"$<TARGET_FILE:Aethera_FFmpeg_avcodec>"
"$<TARGET_FILE:Aethera_FFmpeg_avutil>"
"$<TARGET_FILE:Aethera_FFmpeg_swscale>"
${Aethera_FFmpeg_runtime_libraries}
"$<TARGET_FILE_DIR:Aethera_Web_Server>"
COMMENT "Deploying FFmpeg runtime for Aethera WebRTC video"
COMMENT "Deploying complete FFmpeg shared runtime for Aethera WebRTC video"
VERBATIM)
if (MSVC)
target_compile_options(Aethera_Web_Server PRIVATE /utf-8 /bigobj)