Skip to content

Commit a85d708

Browse files
committed
1. add linux extra library(build on ubuntu22 x86_64 clang14)
2. fixed linux build issue
1 parent f23b419 commit a85d708

File tree

7 files changed

+10
-3
lines changed

7 files changed

+10
-3
lines changed

CMakeLists.txt

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,20 @@ endif(UI_PERFORMANCE_ANALYSIS)
269269
#set_property(TARGET ${MEDIA_EDITOR_BINARY} PROPERTY CXX_STANDARD 17)
270270
set_property(TARGET ${MEDIA_EDITOR_BINARY} PROPERTY C_STANDARD 11)
271271
target_link_libraries(
272-
${MEDIA_EDITOR_BINARY}
272+
${MEDIA_EDITOR_BINARY}
273273
LINK_PRIVATE
274+
-L${EXTRA_DEPENDENCE_LIBRARY_PATH}
275+
BluePrintSDK
274276
MediaCore
275-
${IMGUI_BLUEPRINT_SDK_LIBRARYS}
276-
${IMGUI_LIBRARYS}
277277
ImMaskCreator
278+
imgui_addons
279+
VkShader
280+
BaseUtils
281+
${IMGUI_LIBRARYS}
278282
Threads::Threads
283+
PkgConfig::FFMPEG
284+
PkgConfig::LIBASS
285+
${FONTCONFIG_LIBRARIES}
279286
)
280287
endif(APPLE)
281288

extralib/lib/Linux/libBaseUtils.so

400 KB
Binary file not shown.
1.25 MB
Binary file not shown.
6 MB
Binary file not shown.

extralib/lib/Linux/libMediaCore.so

2.02 MB
Binary file not shown.

extralib/lib/Linux/libVkShader.so

6.9 MB
Binary file not shown.
5.42 MB
Binary file not shown.

0 commit comments

Comments
 (0)