Skip to content

Commit

Permalink
Merge pull request #2015
Browse files Browse the repository at this point in the history
b7ae091 GUI: easylogging++ install target (Jaquee)
  • Loading branch information
fluffypony committed May 6, 2017
2 parents 81b370d + b7ae091 commit 694470f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions external/easylogging++/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ target_link_libraries(easylogging
PRIVATE
${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()

0 comments on commit 694470f

Please sign in to comment.