Skip to content

Commit

Permalink
Also link mumble_protocol against spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenke committed May 26, 2024
1 parent 5ca5c57 commit 4cd734b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mumble_protocol/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# mumble_packet
# mumble_protocol
find_package(OpenSSL CONFIG REQUIRED)
find_package(Protobuf REQUIRED)
find_package(spdlog CONFIG REQUIRED)
find_package(Threads REQUIRED)

add_library(
Expand Down Expand Up @@ -66,6 +67,7 @@ target_link_libraries(
PRIVATE OpenSSL::SSL
PRIVATE OpenSSL::Crypto
PRIVATE protobuf::libprotobuf
PUBLIC spdlog::spdlog
PUBLIC Threads::Threads
)

Expand Down

0 comments on commit 4cd734b

Please sign in to comment.