diff options
author | Brad King <brad.king@kitware.com> | 2016-10-18 17:31:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-18 17:32:50 (GMT) |
commit | 9af881d810d464a357c8bac5eb4423aa970fffb6 (patch) | |
tree | 8da618bdf81f58261d87d037ba1cfa866eaac187 /Tests | |
parent | 6739d24030b7cb593be5557349ee6678b58bcc5a (diff) | |
download | CMake-9af881d810d464a357c8bac5eb4423aa970fffb6.zip CMake-9af881d810d464a357c8bac5eb4423aa970fffb6.tar.gz CMake-9af881d810d464a357c8bac5eb4423aa970fffb6.tar.bz2 |
Tests: Add VSNsightTegra test for VS 2015
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 31ed2eb..7df9403 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -2166,6 +2166,9 @@ ${CMake_BINARY_DIR}/bin/cmake -DDIR=dev -P ${CMake_SOURCE_DIR}/Utilities/Release if(vs12) add_test_VSNsightTegra(vs12 "Visual Studio 12 2013") endif() + if(vs14) + add_test_VSNsightTegra(vs14 "Visual Studio 14 2015") + endif() endif() if (APPLE) |