meson: declare using of objective-c++ compiler on osx and ios

Change-Id: Iec6822356d65d1df2fd057920fc30ae56581d76e
This commit is contained in:
Vladimir Stoiakin
2021-11-12 01:10:23 +03:00
committed by Adrien Béraud
parent 6bb307bda4
commit 7d1c3d662a

View File

@ -8,6 +8,10 @@ project('jami-daemon', ['c', 'cpp'],
modpkgconfig = import('pkgconfig')
modcmake = import('cmake')
if host_machine.system() == 'darwin'
add_languages('objcpp')
endif
#################################################
# Required dependencies
#################################################