From fbe4b4c67584171a73a87c06ccc86ce6f38ae11a Mon Sep 17 00:00:00 2001 From: icculus Date: Mon, 11 Feb 2008 22:39:03 -0500 Subject: [PATCH] [svn] Renamed parse to testparse. --HG-- branch : trunk --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7aff1f86..30ddf58d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ PROJECT(d3d2glsl) -ADD_EXECUTABLE(parse testparse.c d3d2glsl.c) +ADD_EXECUTABLE(testparse testparse.c d3d2glsl.c) # End of CMakeLists.txt ...