fix buggy escape sequence.

This commit is contained in:
Kim Kulling
2017-11-11 21:16:26 +01:00
parent 9756b48bca
commit d0ac06cbfd

View File

@@ -148,7 +148,7 @@ SET( POST_PROCESSES
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\\Importers FILES ${IMPORTERS} )
SOURCE_GROUP( UnitTests\\Material FILES ${MATERIAL} )