Skip to content

Commit

Permalink
Fix dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Oct 24, 2018
1 parent bac2693 commit ac2eddb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/vm/libvmapi4python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ set_target_properties(vmapi4python PROPERTIES LINK_FLAGS "${LINK_FLAGS}")

target_link_libraries(vmapi4python PRIVATE eosiolib_native fc)

add_dependencies(vmapi4python python3)

target_include_directories(vmapi4python PRIVATE ${Boost_INCLUDE_DIR}
# PRIVATE ${CMAKE_SOURCE_DIR}/contracts/libc++/upstream/include
# PRIVATE ${CMAKE_SOURCE_DIR}/contracts/libc++/include/libc++/upstream/include
Expand Down

0 comments on commit ac2eddb

Please sign in to comment.