diff options
author | Brad King <brad.king@kitware.com> | 2017-11-06 15:21:54 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-11-08 11:47:26 (GMT) |
commit | 05e9f6ec52a2cb87b529ee41059d809446a8e50d (patch) | |
tree | 8b276bea87422a49f539d1fc46c977ecdfb69ed8 /Tests/CMakeLists.txt | |
parent | b104bcfd98add349f7624887073c79a84ae41c44 (diff) | |
download | CMake-05e9f6ec52a2cb87b529ee41059d809446a8e50d.zip CMake-05e9f6ec52a2cb87b529ee41059d809446a8e50d.tar.gz CMake-05e9f6ec52a2cb87b529ee41059d809446a8e50d.tar.bz2 |
Tests: Add contract test for PLplot
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 1c69805..b9558f1 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -3396,6 +3396,7 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release # sets "CMake_TEST_CONTRACT_<project>_<var>" variables to configure # the code below. foreach(project + PLplot Trilinos VTK ) |