mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
Merge pull request #2015
b7ae0911
GUI: easylogging++ install target (Jaquee)
This commit is contained in:
commit
694470fae7
11
external/easylogging++/CMakeLists.txt
vendored
11
external/easylogging++/CMakeLists.txt
vendored
@ -43,3 +43,14 @@ target_link_libraries(easylogging
|
|||||||
PRIVATE
|
PRIVATE
|
||||||
${CMAKE_THREAD_LIBS_INIT})
|
${CMAKE_THREAD_LIBS_INIT})
|
||||||
|
|
||||||
|
# GUI/libwallet install target
|
||||||
|
if (BUILD_GUI_DEPS)
|
||||||
|
if(IOS)
|
||||||
|
set(lib_folder lib-${ARCH})
|
||||||
|
else()
|
||||||
|
set(lib_folder lib)
|
||||||
|
endif()
|
||||||
|
install(TARGETS easylogging
|
||||||
|
ARCHIVE DESTINATION ${lib_folder})
|
||||||
|
endif()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user