Skip to content

Commit

Permalink
GUI: easylogging++ install target
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaqueeee committed May 6, 2017
1 parent 81b370d commit b7ae091
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 b7ae091

Please sign in to comment.