summaryrefslogtreecommitdiff
path: root/Tests/CTestTestUpload/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CTestTestUpload/CMakeLists.txt')
-rw-r--r--Tests/CTestTestUpload/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CTestTestUpload/CMakeLists.txt b/Tests/CTestTestUpload/CMakeLists.txt
new file mode 100644
index 000000000..bc164b10c
--- /dev/null
+++ b/Tests/CTestTestUpload/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required (VERSION 2.6)
+PROJECT(CTestTestUpload)
+
+add_executable (Sleep sleep.c)