summaryrefslogtreecommitdiffstats
path: root/Tests/LinkLine
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-05-18 19:11:20 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-05-18 19:11:20 (GMT)
commitdf1a77c225e71e6393f056fa348dddc3285c8bf5 (patch)
treefcf7e10d46a075cf31de77fd31310c2f12f1e111 /Tests/LinkLine
parent9670a8c485084478ac496df985314755a0f0d80f (diff)
downloadCMake-df1a77c225e71e6393f056fa348dddc3285c8bf5.zip
CMake-df1a77c225e71e6393f056fa348dddc3285c8bf5.tar.gz
CMake-df1a77c225e71e6393f056fa348dddc3285c8bf5.tar.bz2
ENH: some cleanup, condensing some tests, removing arguments that were not needed but rather were cut and paste copies etc
Diffstat (limited to 'Tests/LinkLine')
-rw-r--r--Tests/LinkLine/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/LinkLine/CMakeLists.txt b/Tests/LinkLine/CMakeLists.txt
index a7d138d..c8f0ecf 100644
--- a/Tests/LinkLine/CMakeLists.txt
+++ b/Tests/LinkLine/CMakeLists.txt
@@ -8,5 +8,5 @@ ADD_LIBRARY( One One.c )
ADD_LIBRARY( Two Two.c )
LINK_LIBRARIES( One Two )
-ADD_EXECUTABLE( Exec Exec.c )
+ADD_EXECUTABLE( LinkLine Exec.c )
LINK_LIBRARIES( One )