forked from mirrors/linphone-iphone
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