summaryrefslogtreecommitdiff
path: root/Tests/CPackTestAllGenerators/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CPackTestAllGenerators/CMakeLists.txt')
-rw-r--r--Tests/CPackTestAllGenerators/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/CPackTestAllGenerators/CMakeLists.txt b/Tests/CPackTestAllGenerators/CMakeLists.txt
new file mode 100644
index 000000000..5eeb7e90b
--- /dev/null
+++ b/Tests/CPackTestAllGenerators/CMakeLists.txt
@@ -0,0 +1,5 @@
+cmake_minimum_required(VERSION 2.8)
+project(CPackTestAllGenerators)
+add_subdirectory(../CTestTest/SmallAndFast SmallAndFast)
+install(FILES RunCPack.cmake DESTINATION .)
+include(CPack)