summaryrefslogtreecommitdiff
path: root/src/components/protocol_handler
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2019-04-01 14:32:00 -0400
committerJacob Keeler <jacob.keeler@livioradio.com>2019-04-01 14:32:00 -0400
commit8f2e4e39cb35c3aeeca1c5c647a8335a803ea707 (patch)
treef641a39bc9e679eb7d7ba8b79734491ebe4dc455 /src/components/protocol_handler
parentabdfa1d970c9d965a1f05d0b26fa3b8d350bb265 (diff)
downloadsdl_core-fix/3rd_party_dependencies.tar.gz
Fix missing 3rd-party dependencies in CMake filesfix/3rd_party_dependencies
Diffstat (limited to 'src/components/protocol_handler')
-rw-r--r--src/components/protocol_handler/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/protocol_handler/CMakeLists.txt b/src/components/protocol_handler/CMakeLists.txt
index ff8678b826..ed3aaaf24c 100644
--- a/src/components/protocol_handler/CMakeLists.txt
+++ b/src/components/protocol_handler/CMakeLists.txt
@@ -65,6 +65,7 @@ endforeach()
add_library(ProtocolHandler ${SOURCES})
+add_dependencies(ProtocolHandler libbson)
target_link_libraries(ProtocolHandler ${LIBRARIES})
if(BUILD_TESTS)