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
liblinphone
Commits
e31a4256
Commit
e31a4256
authored
Feb 20, 2014
by
Ghislain MARY
Browse files
Increase version in CMake.
parent
3d28615f
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/CMakeLists.txt
View file @
e31a4256
...
...
@@ -118,7 +118,7 @@ endif(WIN32)
set
(
LIBS
${
LIBS
}
${
LIBORTP
}
${
LIBMEDIASTREAMER_BASE
}
${
LIBMEDIASTREAMER_VOIP
}
${
LIBBELLESIP
}
${
LIBXML2
}
)
add_library
(
linphone SHARED
${
SOURCE_FILES
}
)
set_target_properties
(
linphone PROPERTIES VERSION 3.
6.99
SOVERSION 5
)
set_target_properties
(
linphone PROPERTIES VERSION 3.
7.0
SOVERSION 5
)
target_link_libraries
(
linphone
${
LIBS
}
)
...
...
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