mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #2015
b7ae0911
GUI: easylogging++ install target (Jaquee)
This commit is contained in:
commit
694470fae7
1 changed files with 11 additions and 0 deletions
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 a new issue