Skip to content

Commit

Permalink
Fix CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
motxx authored and muratovv committed Jul 30, 2017
1 parent 67e13dc commit 68097ca
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions iroha-cli/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ target_link_libraries(genesis_block_client
model
)

# GenesisBlockService
add_library(genesis_block_service
genesis_block_service.cpp
genesis_block_processor.cpp
)
target_link_libraries(genesis_block_service
ametsuchi
endpoint
optional
logger
)

# BootstrapNetwork
add_library(bootstrap_network bootstrap_network_impl.cpp)
target_link_libraries(bootstrap_network
Expand Down

0 comments on commit 68097ca

Please sign in to comment.