- fix error with osggraph cmakefiles
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7246 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: ab4a188e0deed8ec02f6dde2a4ef6ef75755c4b3 Former-commit-id: 0fe3b84dc68fdbfd951eca8df52a390807d70218
This commit is contained in:
parent
96904642c6
commit
6605169920
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ SET(OSGGRAPH_HEADERS Utils/OsgVectorArrayAdapter.h
|
|||
Car/OsgCarLight.h
|
||||
Car/OsgWheel.h
|
||||
Car/OsgBrake.h
|
||||
Car/OsgCarShadow.h
|
||||
#Car/OsgCarShadow.h
|
||||
|
||||
OsgGraph.h
|
||||
OsgMain.h)
|
||||
|
@ -86,7 +86,7 @@ SET(OSGGRAPH_SOURCES Utils/OsgMath.cpp
|
|||
Car/OsgCarLight.cpp
|
||||
Car/OsgWheel.cpp
|
||||
Car/OsgBrake.cpp
|
||||
Car/OsgCarShadow.cpp
|
||||
#Car/OsgCarShadow.cpp
|
||||
|
||||
OsgGraph.cpp
|
||||
OsgMain.cpp)
|
||||
|
|
Loading…
Reference in a new issue