Fixed tool support.

This commit is contained in:
Daniel Buckmaster 2014-07-12 00:00:21 +02:00
parent 2248c90d52
commit d1070210c2
3 changed files with 9 additions and 35 deletions

View file

@ -27,7 +27,6 @@ beginModule( 'testing' );
addProjectDefine( '_VARIADIC_MAX', 10 );
addSrcDir(getEngineSrcDir() . 'testing', true);
includeLib( 'libgtest' );
addLibIncludePath( 'gtest/fused-src/' );
endModule();