build: proper cmake deps for libwebsockets, jsoncpp
This commit is contained in:
parent
e0ed57b91a
commit
228c7cea97
1 changed files with 5 additions and 0 deletions
|
|
@ -11,6 +11,11 @@ xo_add_shared_library3(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 $
|
||||||
xo_dependency(${SELF_LIB} reactor)
|
xo_dependency(${SELF_LIB} reactor)
|
||||||
xo_dependency(${SELF_LIB} webutil)
|
xo_dependency(${SELF_LIB} webutil)
|
||||||
|
|
||||||
|
# see LibwebsocketsTargets-release.cmake for available targets
|
||||||
|
xo_external_target_dependency(${SELF_LIB} libwebsockets websockets_shared)
|
||||||
|
# see jsoncpp-namespaced-targets.cmake (maybe?) for available targets
|
||||||
|
xo_external_target_dependency(${SELF_LIB} jsoncpp jsoncpp_lib)
|
||||||
|
|
||||||
# note: changes to xo_dependency() calls here
|
# note: changes to xo_dependency() calls here
|
||||||
# must coordinate with find_dependency() calls in
|
# must coordinate with find_dependency() calls in
|
||||||
# xo-websock/cmake/websockConfig.cmake.in
|
# xo-websock/cmake/websockConfig.cmake.in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue