summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/c_runtime/floorf/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/c_runtime/floorf/CMakeLists.txt')
-rw-r--r--src/pal/tests/palsuite/c_runtime/floorf/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/pal/tests/palsuite/c_runtime/floorf/CMakeLists.txt b/src/pal/tests/palsuite/c_runtime/floorf/CMakeLists.txt
new file mode 100644
index 0000000000..5e1ef7f28b
--- /dev/null
+++ b/src/pal/tests/palsuite/c_runtime/floorf/CMakeLists.txt
@@ -0,0 +1,3 @@
+cmake_minimum_required(VERSION 2.8.12.2)
+
+add_subdirectory(test1)