Improve source file handling in jerry-main (#4037)

JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai daniel.batyai@h-lab.eu
This commit is contained in:
Dániel Bátyai
2020-07-28 10:51:16 +02:00
committed by GitHub
parent 20f83d963b
commit edab1964c2
13 changed files with 1031 additions and 889 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ endif()
# Jerry standalones
if(JERRY_CMDLINE)
jerry_create_executable("jerry" "main-unix.c" "cli.c")
jerry_create_executable("jerry" "main-unix.c" "main-utils.c" "main-options.c" "cli.c")
target_link_libraries("jerry" jerry-ext jerry-port-default)
endif()