add newline
This commit is contained in:
parent
ca3cda25df
commit
192b3f150c
@ -244,7 +244,8 @@ function(use_townengine target sources output_directory data_dir)
|
|||||||
string(JOIN "\n" TOWNENGINE_BOOTSTRAP
|
string(JOIN "\n" TOWNENGINE_BOOTSTRAP
|
||||||
"#!/bin/env sh"
|
"#!/bin/env sh"
|
||||||
"cd \"$(dirname \"$0\")\""
|
"cd \"$(dirname \"$0\")\""
|
||||||
"./launcher --data-dir ${data_dir}")
|
"./launcher --data-dir ${data_dir}"
|
||||||
|
"")
|
||||||
|
|
||||||
FILE(GENERATE OUTPUT ${output_directory}/${target}
|
FILE(GENERATE OUTPUT ${output_directory}/${target}
|
||||||
CONTENT "${TOWNENGINE_BOOTSTRAP}"
|
CONTENT "${TOWNENGINE_BOOTSTRAP}"
|
||||||
|
Loading…
Reference in New Issue
Block a user