diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-11-01 21:57:05 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-11-01 21:57:05 (GMT) |
commit | 160c32e529aef4c685f61216b9d46889a8eae290 (patch) | |
tree | e66cfc165cd12e0a4659becd22f34310caeb335f /Tests/Dependency/One | |
parent | 8ef263ff51dc1db067f8a7cee8828ba56a2a13ae (diff) | |
download | CMake-160c32e529aef4c685f61216b9d46889a8eae290.zip CMake-160c32e529aef4c685f61216b9d46889a8eae290.tar.gz CMake-160c32e529aef4c685f61216b9d46889a8eae290.tar.bz2 |
BUG: add a test for a single char dir, and fix bug introduced in 1.53, but we still can not handle a space as the start of a directory name
Diffstat (limited to 'Tests/Dependency/One')
-rw-r--r-- | Tests/Dependency/One/CMakeLists.txt | 3 | ||||
-rw-r--r-- | Tests/Dependency/One/OneSrc.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/Tests/Dependency/One/CMakeLists.txt b/Tests/Dependency/One/CMakeLists.txt deleted file mode 100644 index b50b2e9..0000000 --- a/Tests/Dependency/One/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -ADD_LIBRARY( One OneSrc.c ) -# This library has no dependencies -TARGET_LINK_LIBRARIES( One "" ) diff --git a/Tests/Dependency/One/OneSrc.c b/Tests/Dependency/One/OneSrc.c deleted file mode 100644 index 9801c25..0000000 --- a/Tests/Dependency/One/OneSrc.c +++ /dev/null @@ -1,3 +0,0 @@ -void OneFunction() -{ -} |