Skip to content

Commit

Permalink
add dependency passentry_gui => keychain_app
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-modelist-dev committed Oct 18, 2018
1 parent 2550abb commit 2148947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keychain_cmd_app/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ if ( ${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
endif()
find_library(LIB_XI NAME Xi HINTS "/usr/lib/x86_64-linux-gnu/")
add_executable(keychain ${KEYCHAIN_SOURCES} ${KEYCHAIN_INCLUDE} )
add_dependencies(keychain passentry_gui)
target_link_libraries(keychain keychain_common ${LIB_PTHREAD} fc_light ether ${LIB_OPENSSL} ${Boost_LIBRARIES} ${X11_LIBRARIES} ${LIB_XI})

set(GUI_BINARY ${CMAKE_BINARY_DIR}/keychain_linux/passentry_gui/passentry_gui)
Expand Down

0 comments on commit 2148947

Please sign in to comment.