mirror of
https://github.com/lubosz/overte.git
synced 2025-05-28 01:51:27 +02:00
Target webrtc on Linux
This commit is contained in:
parent
e8f44fd554
commit
e44628f6d6
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ link_hifi_libraries(shared platform)
|
||||||
|
|
||||||
target_openssl()
|
target_openssl()
|
||||||
target_tbb()
|
target_tbb()
|
||||||
if (WIN32)
|
|
||||||
# WEBRTC TODO: Add UNIX.
|
if (WIN32 OR (UNIX AND NOT APPLE))
|
||||||
target_webrtc()
|
target_webrtc()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue