Merge pull request #1563 from assimp/fix_buggy_excape_sequence

fix buggy escape sequence.
pull/1558/head
Kim Kulling 2017-11-12 11:04:04 +01:00 committed by GitHub
commit b2b671d8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ SET( POST_PROCESSES
unit/utSceneCombiner.cpp unit/utSceneCombiner.cpp
) )
SOURCE_GROUP( UnitTests\Compiler FILES unit/CCompilerTest.c ) SOURCE_GROUP( UnitTests\\Compiler FILES unit/CCompilerTest.c )
SOURCE_GROUP( UnitTests\\Common FILES ${COMMON} ) SOURCE_GROUP( UnitTests\\Common FILES ${COMMON} )
SOURCE_GROUP( UnitTests\\Importers FILES ${IMPORTERS} ) SOURCE_GROUP( UnitTests\\Importers FILES ${IMPORTERS} )
SOURCE_GROUP( UnitTests\\Material FILES ${MATERIAL} ) SOURCE_GROUP( UnitTests\\Material FILES ${MATERIAL} )