twn_skybox.c
This commit is contained in:
@ -99,6 +99,7 @@ set(TWN_SOURCE_FILES
|
||||
src/rendering/twn_text.c
|
||||
src/rendering/twn_triangles.c
|
||||
src/rendering/twn_circles.c
|
||||
src/rendering/twn_skybox.c
|
||||
|
||||
# for dynamic load based solution main is compiled in a separate target
|
||||
$<$<NOT:$<BOOL:${TWN_FEATURE_DYNLIB_GAME}>>:src/twn_main.c
|
||||
@ -300,6 +301,8 @@ function(use_townengine target sources output_directory data_dir)
|
||||
set(TWN_BOOTSTRAP_EXEC_ARGS
|
||||
"$<IF:$<BOOL:${TWN_ARCHIVE_DATA}>,--data-dir ./data.${PACKAGE_EXTENSION},--data-dir ${data_dir}>")
|
||||
|
||||
# todo: generate by python script instead
|
||||
# todo: handle the case where no numerical trace exists
|
||||
string(JOIN "\n" TWN_BOOTSTRAP_SH
|
||||
"#!/bin/env sh"
|
||||
"cd \"$(dirname \"$0\")\""
|
||||
|
Reference in New Issue
Block a user