mirror of
https://github.com/monero-project/monero.git
synced 2025-08-06 06:54:21 -04:00
Merge pull request #1950
f5bd3465
IOS CMAKE build settings (Jaquee)d8a88d05
add IOS CMAKE toolchain (Jaquee)
This commit is contained in:
commit
e9ca165b1a
7 changed files with 206 additions and 21 deletions
|
@ -132,8 +132,13 @@ if (BUILD_GUI_DEPS)
|
|||
list(APPEND objlibs $<TARGET_OBJECTS:obj_${lib}>) # matches naming convention in src/CMakeLists.txt
|
||||
endforeach()
|
||||
add_library(wallet_merged STATIC ${objlibs})
|
||||
if(IOS)
|
||||
set(lib_folder lib-${ARCH})
|
||||
else()
|
||||
set(lib_folder lib)
|
||||
endif()
|
||||
install(TARGETS wallet_merged
|
||||
ARCHIVE DESTINATION lib)
|
||||
ARCHIVE DESTINATION ${lib_folder})
|
||||
|
||||
install(FILES ${wallet_api_headers}
|
||||
DESTINATION include/wallet)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue