mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Move libdl/libpthread handling to common_options
This commit is contained in:
parent
99f65ab5ec
commit
072e346324
5 changed files with 4 additions and 10 deletions
|
@ -212,12 +212,6 @@ if (NOT TGVOIP_FOUND)
|
|||
|
||||
target_compile_definitions(lib_tgvoip_bundled PRIVATE WITHOUT_PULSE)
|
||||
endif()
|
||||
|
||||
target_link_libraries(lib_tgvoip_bundled
|
||||
PRIVATE
|
||||
${CMAKE_DL_LIBS}
|
||||
pthread
|
||||
)
|
||||
endif()
|
||||
|
||||
target_link_libraries(lib_tgvoip
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 753514c257e18cb593015169dd7590015d021431
|
||||
Subproject commit 4e620bc383d032aadea8e6af02661f8c76695cec
|
|
@ -1 +1 @@
|
|||
Subproject commit b1b295fee18e44534d9a96ec9858baa4c932f7d2
|
||||
Subproject commit 6c61d583eb092020dbd2737fd41e4f092dd36def
|
|
@ -1 +1 @@
|
|||
Subproject commit 8be9c0ff274569cbb1bc9dd4ea9ed9089c37ca93
|
||||
Subproject commit d08b8cc84054938cd6d694136709fcad32d5e6ce
|
2
cmake
2
cmake
|
@ -1 +1 @@
|
|||
Subproject commit ed7cf04191b0584ee95af3a36e0e7c7691b40a73
|
||||
Subproject commit b3cb911ae0f23c9e12fe8ce55c706d81680a202f
|
Loading…
Add table
Reference in a new issue