Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
linphone-cmake-builder
Commits
88bb8d14
Commit
88bb8d14
authored
May 02, 2017
by
Sylvain Berfini
🐮
Browse files
Added option to build C# wrapper
parent
1b85a5cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
builders/linphone.cmake
View file @
88bb8d14
...
...
@@ -55,4 +55,5 @@ lcb_cmake_options(
"-DENABLE_TUNNEL=
${
ENABLE_TUNNEL
}
"
"-DENABLE_VCARD=
${
ENABLE_VCARD
}
"
"-DENABLE_CXX_WRAPPER=
${
ENABLE_CXX_WRAPPER
}
"
"-DENABLE_CSHARP_WRAPPER=
${
ENABLE_CSHARP_WRAPPER
}
"
)
options/linphone.cmake
View file @
88bb8d14
...
...
@@ -24,6 +24,7 @@
lcb_add_option
(
"GTK UI"
"Enable the GTK user interface of Linphone."
"
${
DEFAULT_VALUE_ENABLE_GTK_UI
}
"
)
lcb_add_option
(
"CXX_WRAPPER"
"Build the C++ wrapper for Liblinphone."
"
${
DEFAULT_VALUE_ENABLE_CXX_WRAPPER
}
"
)
lcb_add_option
(
"CSHARP_WRAPPER"
"Build the C# wrapper from Liblinphone."
OFF
)
lcb_add_option
(
"NLS"
"Enable internationalization of Linphone and Liblinphone."
ON
)
lcb_add_option
(
"VCARD"
"Enable vCard 4 support in Linphone and Liblinphone."
"
${
DEFAULT_VALUE_ENABLE_VCARD
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment