move shell html to /src/
This commit is contained in:
parent
898c11bbdf
commit
0929aa9be4
@ -309,7 +309,7 @@ function(use_townengine target sources output_directory)
|
||||
endif()
|
||||
|
||||
target_compile_options(${target} PRIVATE
|
||||
$<$<BOOL:${EMSCRIPTEN}>:--shell-file ${TWN_ROOT_DIR}/shell_minimal.html>)
|
||||
$<$<BOOL:${EMSCRIPTEN}>:--shell-file ${TWN_ROOT_DIR}/src/shell_minimal.html>)
|
||||
|
||||
# system libraries
|
||||
find_library(MATH_LIBRARY m)
|
||||
|
Loading…
Reference in New Issue
Block a user