Merge branch 'master' of github.com:cryptonomex/graphene
This commit is contained in:
commit
640d69aa05
2 changed files with 3 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ target_include_directories( graphene_app
|
|||
"${CMAKE_CURRENT_SOURCE_DIR}/../egenesis/include" )
|
||||
|
||||
if(MSVC)
|
||||
set_source_files_properties( application.cpp api.cpp PROPERTIES COMPILE_FLAGS "/bigobj" )
|
||||
set_source_files_properties( application.cpp api.cpp database_api.cpp PROPERTIES COMPILE_FLAGS "/bigobj" )
|
||||
endif(MSVC)
|
||||
|
||||
INSTALL( TARGETS
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
#include <boost/range/iterator_range.hpp>
|
||||
|
||||
#include <cctype>
|
||||
|
||||
namespace graphene { namespace app {
|
||||
|
||||
class database_api_impl;
|
||||
|
|
|
|||
Loading…
Reference in a new issue