--- a/CMakeLists.txt Mon Feb 11 22:37:34 2008 -0500 +++ b/CMakeLists.txt Mon Feb 11 22:39:03 2008 -0500 @@ -1,5 +1,5 @@ PROJECT(d3d2glsl) -ADD_EXECUTABLE(parse testparse.c d3d2glsl.c) +ADD_EXECUTABLE(testparse testparse.c d3d2glsl.c) # End of CMakeLists.txt ...