diff options
author | Brad King <brad.king@kitware.com> | 2004-01-22 09:56:24 -0500 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2004-01-22 09:56:24 -0500 |
commit | 3a33f2c33822a3f266064b2e483ab79b5675bd5c (patch) | |
tree | 7f7fde451d33ba1e4e56e532cb55366530ae03b9 /Tests/Jump/CMakeLists.txt | |
parent | 8bd124e7d0e655f6195200f83e37dbd0a24624e3 (diff) | |
download | cmake-3a33f2c33822a3f266064b2e483ab79b5675bd5c.tar.gz |
ENH: Adding test for jumping over and building a missing library.
Diffstat (limited to 'Tests/Jump/CMakeLists.txt')
-rw-r--r-- | Tests/Jump/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Jump/CMakeLists.txt b/Tests/Jump/CMakeLists.txt new file mode 100644 index 0000000000..3a506aa48e --- /dev/null +++ b/Tests/Jump/CMakeLists.txt @@ -0,0 +1,4 @@ +PROJECT(Jump) + +SET(CMAKE_IGNORE_DEPENDENCIES_ORDERING 1) +SUBDIRS(Executable Library) |