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
belle-sip
Commits
14402085
Commit
14402085
authored
Feb 19, 2014
by
Ghislain MARY
Browse files
Align version number in CMake.
parent
31a30911
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
src/CMakeLists.txt
View file @
14402085
...
...
@@ -132,7 +132,7 @@ if(${ENABLE_STATIC})
add_library
(
bellesip STATIC
${
SOURCE_FILES
}
)
else
(
${
ENABLE_STATIC
}
)
add_library
(
bellesip SHARED
${
SOURCE_FILES
}
)
set_target_properties
(
bellesip PROPERTIES VERSION
0.0
.0 SOVERSION 0
)
set_target_properties
(
bellesip PROPERTIES VERSION
1.3
.0 SOVERSION 0
)
if
(
MSVC
)
if
(
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/Debug/bellesip.pdb
...
...
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