2
0
Эх сурвалжийг харах

Merge pull request #1563 from assimp/fix_buggy_excape_sequence

fix buggy escape sequence.
Kim Kulling 7 жил өмнө
parent
commit
b2b671d8ad

+ 1 - 1
test/CMakeLists.txt

@@ -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} )