Skip to content

Commit

Permalink
Add missing include path to Scons build of googlemock
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jan 13, 2020
1 parent 611e986 commit c84b9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/googletest-1.8.x/googlemock/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Import('env')
env = env.Clone()

# Add root and include folders
env.Prepend(CPPPATH = ['.', '../include'])
env.Prepend(CPPPATH = ['.', '../include', '../../googletest/include'])

# Sources used by base library and library that includes main.
gmock_source = 'src/gmock-all.cc'
Expand Down

0 comments on commit c84b9af

Please sign in to comment.