diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2020-09-14 18:48:07 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2020-09-23 18:10:40 (GMT) |
commit | 4c6e5cd0fae57684411d6bf814b4fcc4434c1f50 (patch) | |
tree | 64307ab060a02102e6861008fba72340ad2ba3ea /Tests/CMakeGUI/sourceBinaryArgs-sourceDir | |
parent | 41e223deb37767d9beb8c4462b8b8df88ba2dedf (diff) | |
download | CMake-4c6e5cd0fae57684411d6bf814b4fcc4434c1f50.zip CMake-4c6e5cd0fae57684411d6bf814b4fcc4434c1f50.tar.gz CMake-4c6e5cd0fae57684411d6bf814b4fcc4434c1f50.tar.bz2 |
Tests: Add some basic tests for CMake GUI
Diffstat (limited to 'Tests/CMakeGUI/sourceBinaryArgs-sourceDir')
-rw-r--r-- | Tests/CMakeGUI/sourceBinaryArgs-sourceDir/CMakeLists.txt.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CMakeGUI/sourceBinaryArgs-sourceDir/CMakeLists.txt.in b/Tests/CMakeGUI/sourceBinaryArgs-sourceDir/CMakeLists.txt.in new file mode 100644 index 0000000..2ae4a57 --- /dev/null +++ b/Tests/CMakeGUI/sourceBinaryArgs-sourceDir/CMakeLists.txt.in @@ -0,0 +1,2 @@ +cmake_minimum_required(VERSION 3.18) +project(sourceBinaryArgs-sourceDir NONE) |