mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-02 03:09:23 +00:00
Set C++ standard to C++11 for C++ wrapper compilation
This commit is contained in:
parent
c3b4624857
commit
92d4bcf812
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ project(LinphoneCxx VERSION @LINPHONE_VERSION@)
|
|||
|
||||
include(GNUInstallDirs)
|
||||
|
||||
set(CMAKE_CXX_STRANDARD 11)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
{{#classes}}
|
||||
src/{{{source}}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue