mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Explicitly link to spdlog for mumble target"
This commit is contained in:
parent
61ce2be07c
commit
9bc2c52fdc
@ -386,7 +386,7 @@ add_custom_command(
|
||||
target_sources(mumble PRIVATE "ApplicationPalette.h")
|
||||
target_include_directories(mumble PRIVATE "${CMAKE_CURRENT_BINARY_DIR}")
|
||||
|
||||
target_link_libraries(mumble PRIVATE mumble_client_object_lib spdlog::spdlog)
|
||||
target_link_libraries(mumble PRIVATE mumble_client_object_lib shared spdlog::spdlog)
|
||||
|
||||
target_compile_definitions(mumble_client_object_lib
|
||||
PUBLIC
|
||||
|
||||
Loading…
Reference in New Issue
Block a user