diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-05-18 19:11:20 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-05-18 19:11:20 (GMT) |
commit | df1a77c225e71e6393f056fa348dddc3285c8bf5 (patch) | |
tree | fcf7e10d46a075cf31de77fd31310c2f12f1e111 /Tests/LinkLine | |
parent | 9670a8c485084478ac496df985314755a0f0d80f (diff) | |
download | CMake-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.txt | 2 |
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 ) |