add newline

This commit is contained in:
veclav talica 2024-08-21 21:40:32 +03:00
parent ca3cda25df
commit 192b3f150c

View File

@ -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}"