Skip to content

Commit

Permalink
fix dependencies for command_execution (hyperledger-iroha#1150)
Browse files Browse the repository at this point in the history
* fix dependencies for command_execution

Signed-off-by: Victor Drobny <[email protected]>
  • Loading branch information
vdrobnyi authored and x3medima17 committed Mar 30, 2018
1 parent aeec92b commit 96d082d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions irohad/execution/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ target_link_libraries(command_execution
common_execution
validator
rxcpp
shared_model_default_builders
)
6 changes: 6 additions & 0 deletions shared_model/builders/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@
# limitations under the License.

add_subdirectory(protobuf)

add_library(shared_model_default_builders INTERFACE)

target_link_libraries(shared_model_default_builders INTERFACE
shared_model_proto_builders
)

0 comments on commit 96d082d

Please sign in to comment.