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