diff options
author | Brad King <brad.king@kitware.com> | 2004-01-22 10:51:34 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-01-22 10:51:34 -0500 |
commit | a4aab3b677b01a8049cdd41bc168deed69f437fa (patch) | |
tree | c9d50384a9aff7c97957e01978a87a42efd05d68 /Tests/Jump/Library/Static/CMakeLists.txt | |
parent | 778af637eab4716e3635a09988dd3c2fb582497f (diff) | |
download | cmake-a4aab3b677b01a8049cdd41bc168deed69f437fa.tar.gz |
ENH: Improved test to have a different relative path name for libraries between the Executable and Library directories.
Diffstat (limited to 'Tests/Jump/Library/Static/CMakeLists.txt')
-rw-r--r-- | Tests/Jump/Library/Static/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Jump/Library/Static/CMakeLists.txt b/Tests/Jump/Library/Static/CMakeLists.txt new file mode 100644 index 0000000000..23e70c0b19 --- /dev/null +++ b/Tests/Jump/Library/Static/CMakeLists.txt @@ -0,0 +1 @@ +ADD_LIBRARY(jumpStatic STATIC jumpStatic.cxx) |