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
575d79ee
Commit
575d79ee
authored
May 02, 2017
by
Sylvain Berfini
🐮
Browse files
Updated CMakeLists to use ENABLE_ARCH_SUFFIX option
parent
5cde30da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
coreapi/CMakeLists.txt
coreapi/CMakeLists.txt
+5
-1
No files found.
coreapi/CMakeLists.txt
View file @
575d79ee
...
...
@@ -241,7 +241,11 @@ if(ENABLE_SHARED)
set_target_properties
(
linphone PROPERTIES PREFIX
"lib"
)
elseif
(
ANDROID
)
target_link_libraries
(
linphone PUBLIC
"log"
${
SUPPORT_LIBRARIES
}
${
CPUFEATURES_LIBRARIES
}
)
set_target_properties
(
linphone PROPERTIES OUTPUT_NAME
"linphone-
${
CMAKE_ANDROID_ARCH_ABI
}
"
)
if
(
ENABLE_ARCH_SUFFIX
)
set_target_properties
(
linphone PROPERTIES OUTPUT_NAME
"linphone-
${
CMAKE_ANDROID_ARCH_ABI
}
"
)
else
()
set_target_properties
(
linphone PROPERTIES OUTPUT_NAME
"linphone"
)
endif
()
add_dependencies
(
linphone linphonecore-jni-header
)
endif
()
if
(
MSVC
)
...
...
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