Skip to content

Commit

Permalink
Update plugin library dependencies in newplugin.py steemit#753
Browse files Browse the repository at this point in the history
  • Loading branch information
theoreticalbts committed Jan 5, 2017
1 parent eac7a9d commit 2376924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/util/newplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{plugin_name}_api.cpp
)
target_link_libraries( {plugin_provider}_{plugin_name} steemit_app steemit_chain fc graphene_db )
target_link_libraries( {plugin_provider}_{plugin_name} steemit_app steemit_chain steemit_protocol )
target_include_directories( {plugin_provider}_{plugin_name}
PUBLIC "${{CMAKE_CURRENT_SOURCE_DIR}}/include" )
""",
Expand Down

0 comments on commit 2376924

Please sign in to comment.