mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 10:40:05 +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()
|
||||
|
||||
add_executable(MediaServer ${MediaServer_SRC_LIST})
|
||||
target_compile_definitions(MediaServer
|
||||
PRIVATE ${COMPILE_DEFINITIONS})
|
||||
|
||||
install(TARGETS MediaServer DESTINATION ${INSTALL_PATH_RUNTIME})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user