Graphene Updates and DApp Support #643

Closed
nathanielhourt wants to merge 84 commits from dapp-support into develop
Showing only changes of commit ee0d2b21e0 - Show all commits

View file

@ -30,7 +30,7 @@ else()
${HEADERS} )
endif()
target_link_libraries( graphene_utilities fc )
target_link_libraries( graphene_utilities fc curl )
target_include_directories( graphene_utilities
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" )
if (USE_PCH)