- 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:
torcs-ng 2020-12-31 01:06:51 +00:00
parent 96904642c6
commit 6605169920

View file

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