summaryrefslogtreecommitdiff
path: root/Tests/Jump/Library/Static/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2004-01-22 10:51:34 -0500
committerBrad King <brad.king@kitware.com>2004-01-22 10:51:34 -0500
commita4aab3b677b01a8049cdd41bc168deed69f437fa (patch)
treec9d50384a9aff7c97957e01978a87a42efd05d68 /Tests/Jump/Library/Static/CMakeLists.txt
parent778af637eab4716e3635a09988dd3c2fb582497f (diff)
downloadcmake-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.txt1
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)