updated buildstuff, collada-dom is now colladadom (should make VisualStudio 6 users happy)

This commit is contained in:
ejcoumans
2006-10-04 23:54:22 +00:00
parent 323a1046fd
commit 71393bac40
3 changed files with 8 additions and 7 deletions

View File

@@ -59,8 +59,9 @@ LINK_LIBRARIES(
)
ADD_EXECUTABLE(GPUphysics
fboSupport.cxx
GPU_physics_demo.cxx
shaderSupport.cxx
clock.cpp
fboSupport.cpp
GPU_physics_demo.cpp
shaderSupport.cpp
)