fix static library link order
This commit is contained in:
parent
e495dfca64
commit
ebf650cf4f
|
|
@ -48,4 +48,4 @@ else()
|
||||||
install(TARGETS MediaServer DESTINATION ${INSTALL_PATH_EXECUTABLE})
|
install(TARGETS MediaServer DESTINATION ${INSTALL_PATH_EXECUTABLE})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_link_libraries(MediaServer jsoncpp ${LINK_LIB_LIST})
|
target_link_libraries(MediaServer -Wl,--start-group jsoncpp ${LINK_LIB_LIST} -Wl,--end-group)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue