From 192b3f150cb99c3e0cd381ee2315083490683ac2 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Wed, 21 Aug 2024 21:40:32 +0300 Subject: [PATCH] add newline --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 475ee01..29ae21d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -244,7 +244,8 @@ function(use_townengine target sources output_directory data_dir) string(JOIN "\n" TOWNENGINE_BOOTSTRAP "#!/bin/env sh" "cd \"$(dirname \"$0\")\"" - "./launcher --data-dir ${data_dir}") + "./launcher --data-dir ${data_dir}" + "") FILE(GENERATE OUTPUT ${output_directory}/${target} CONTENT "${TOWNENGINE_BOOTSTRAP}"