Remove file(GLOB ...) usage from CMakeLists.txt (#4427)

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
Robert Fancsik
2021-01-12 10:47:36 +01:00
committed by GitHub
parent 5cef002ed6
commit 4399744588
9 changed files with 507 additions and 36 deletions
+3 -1
View File
@@ -16,7 +16,9 @@ cmake_minimum_required (VERSION 2.8.12)
project (unit-math C)
# Unit tests main modules
file(GLOB SOURCE_UNIT_TEST_MAIN_MODULES *.c)
set(SOURCE_UNIT_TEST_MAIN_MODULES
test-math.c
)
# Unit tests declaration
add_custom_target(unittests-math)