2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Move libdl/libpthread handling to common_options

This commit is contained in:
Ilya Fedin
2021-12-30 08:53:27 +04:00
committed by John Preston
parent 99f65ab5ec
commit 072e346324
5 changed files with 4 additions and 10 deletions

View File

@@ -212,12 +212,6 @@ if (NOT TGVOIP_FOUND)
target_compile_definitions(lib_tgvoip_bundled PRIVATE WITHOUT_PULSE) target_compile_definitions(lib_tgvoip_bundled PRIVATE WITHOUT_PULSE)
endif() endif()
target_link_libraries(lib_tgvoip_bundled
PRIVATE
${CMAKE_DL_LIBS}
pthread
)
endif() endif()
target_link_libraries(lib_tgvoip target_link_libraries(lib_tgvoip

2
cmake

Submodule cmake updated: ed7cf04191...b3cb911ae0