mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:51:48 +08:00
dcd1ee2a4f
* New port: Oboe audio library / Android * Fixes * Fixes * Fixes * Fixes by review * Update version * Update versions/o-/oboe.json Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update ports/oboe/portfile.cmake Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> * Update version --------- Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
17 lines
541 B
Diff
17 lines
541 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 3e3af59..aeac85d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -94,8 +94,8 @@ target_link_libraries(oboe PRIVATE log OpenSLES)
|
|
|
|
# When installing oboe put the libraries in the lib/<ABI> folder e.g. lib/arm64-v8a
|
|
install(TARGETS oboe
|
|
- LIBRARY DESTINATION lib/${ANDROID_ABI}
|
|
- ARCHIVE DESTINATION lib/${ANDROID_ABI})
|
|
+ LIBRARY DESTINATION lib
|
|
+ ARCHIVE DESTINATION lib)
|
|
|
|
# Also install the headers
|
|
install(DIRECTORY include/oboe DESTINATION include)
|
|
|