summaryrefslogtreecommitdiff
path: root/Tests/EmptyLibrary/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/EmptyLibrary/CMakeLists.txt')
-rw-r--r--Tests/EmptyLibrary/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/EmptyLibrary/CMakeLists.txt b/Tests/EmptyLibrary/CMakeLists.txt
new file mode 100644
index 000000000..baddbbf5e
--- /dev/null
+++ b/Tests/EmptyLibrary/CMakeLists.txt
@@ -0,0 +1,4 @@
+cmake_minimum_required(VERSION 2.6)
+project(TestEmptyLibrary)
+
+add_subdirectory(subdir)