summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/VS10Project/RunCMakeTest.cmake
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2023-03-19 23:30:02 +0100
committerBrad King <brad.king@kitware.com>2023-04-25 17:35:39 -0400
commitdf58dbb0e9ffc204abc82dd64fbf88059e769ec6 (patch)
tree9b96a9546069c057c8686dca5de507e3629aa4d3 /Tests/RunCMake/VS10Project/RunCMakeTest.cmake
parent659e9ae93722c26b3bd855e021fbad0a3b73af3b (diff)
downloadcmake-df58dbb0e9ffc204abc82dd64fbf88059e769ec6.tar.gz
VS: Add CMake input files to ZERO_CHECK
Add all cmake input files to the `ZERO_CHECK` project. Place files under `CMAKE_SOURCE_DIR` in a folder structure matching the directory structure. This way they are easier to find, and Visual Studio does not close them when reloading the project. Fixes: #24557
Diffstat (limited to 'Tests/RunCMake/VS10Project/RunCMakeTest.cmake')
-rw-r--r--Tests/RunCMake/VS10Project/RunCMakeTest.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/VS10Project/RunCMakeTest.cmake b/Tests/RunCMake/VS10Project/RunCMakeTest.cmake
index 669049a737..cb1a5d5403 100644
--- a/Tests/RunCMake/VS10Project/RunCMakeTest.cmake
+++ b/Tests/RunCMake/VS10Project/RunCMakeTest.cmake
@@ -7,6 +7,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL "MSVC" AND CMAKE_C_COMPILER_VERSION VERSION_GREA
run_cmake(LanguageStandard)
endif()
+run_cmake(CMakeInputs)
run_cmake(CustomCommandGenex)
if(NOT RunCMake_GENERATOR MATCHES "^Visual Studio 1[1-5] ")
run_cmake(CustomCommandParallel)