mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-05 21:22:07 +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_tbb()
|
||||
if (WIN32)
|
||||
# WEBRTC TODO: Add UNIX.
|
||||
|
||||
if (WIN32 OR (UNIX AND NOT APPLE))
|
||||
target_webrtc()
|
||||
endif ()
|
||||
|
||||
|
|
Loading…
Reference in a new issue