mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-25 20:27:34 +08:00
设置依赖以便推导编译依赖
This commit is contained in:
parent
ac378eaaf1
commit
0fb0cc29e5
@ -32,6 +32,8 @@ if(ENABLE_SERVER_LIB)
|
||||
PRIVATE ${COMPILE_DEFINITIONS})
|
||||
target_compile_options(MediaServer
|
||||
PRIVATE ${COMPILE_OPTIONS_DEFAULT})
|
||||
target_link_libraries(MediaServer
|
||||
PRIVATE ${MK_LINK_LIBRARIES})
|
||||
update_cached(MK_LINK_LIBRARIES MediaServer)
|
||||
return()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user