mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-17 23:37:49 +08:00
camke: fix server compile definitions
This commit is contained in:
parent
a35134a5ca
commit
8f679831bc
@ -39,6 +39,8 @@ if(ENABLE_SERVER_LIB)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(MediaServer ${MediaServer_SRC_LIST})
|
add_executable(MediaServer ${MediaServer_SRC_LIST})
|
||||||
|
target_compile_definitions(MediaServer
|
||||||
|
PRIVATE ${COMPILE_DEFINITIONS})
|
||||||
|
|
||||||
install(TARGETS MediaServer DESTINATION ${INSTALL_PATH_RUNTIME})
|
install(TARGETS MediaServer DESTINATION ${INSTALL_PATH_RUNTIME})
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user