mirror of
https://github.com/UltraCoderRU/libwebrtc.git
synced 2026-01-28 11:15:13 +00:00
fix linkings errors by adding compiled assembly files
This commit is contained in:
parent
a21997f2ef
commit
7ecb22ead6
1 changed files with 7 additions and 0 deletions
|
|
@ -18,6 +18,13 @@ endif ()
|
||||||
file(GLOB_RECURSE LIBWEBRTC_OBJ_FILES
|
file(GLOB_RECURSE LIBWEBRTC_OBJ_FILES
|
||||||
${LIBWEBRTC_OUTPUT_DIR}/obj/*.${LIBWEBRTC_OBJ_EXT})
|
${LIBWEBRTC_OUTPUT_DIR}/obj/*.${LIBWEBRTC_OBJ_EXT})
|
||||||
|
|
||||||
|
# capture the assembly compile outputs of libvpx_yasm.lib and other third_party libs
|
||||||
|
if (WIN32)
|
||||||
|
file(GLOB_RECURSE LIBWEBRTC_O_FILES
|
||||||
|
${LIBWEBRTC_OUTPUT_DIR}/obj/*.o)
|
||||||
|
list(APPEND LIBWEBRTC_OBJ_FILES ${LIBWEBRTC_O_FILES})
|
||||||
|
endif()
|
||||||
|
|
||||||
file(GLOB_RECURSE LIBWEBRTC_OBJ_EXCLUDED
|
file(GLOB_RECURSE LIBWEBRTC_OBJ_EXCLUDED
|
||||||
${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/yasm/gen*/*.${LIBWEBRTC_OBJ_EXT}
|
${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/yasm/gen*/*.${LIBWEBRTC_OBJ_EXT}
|
||||||
${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/yasm/re2c/*.${LIBWEBRTC_OBJ_EXT}
|
${LIBWEBRTC_OUTPUT_DIR}/obj/third_party/yasm/re2c/*.${LIBWEBRTC_OBJ_EXT}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue