9 lines
362 B
CMake
9 lines
362 B
CMake
# Copyright (c) 2023 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
tool_scene(${CMAKE_CURRENT_LIST_DIR}/SceneStandard.xml)
|
|
tool_scene(${CMAKE_CURRENT_LIST_DIR}/SceneMonologue.xml)
|
|
tool_vnscene(${CMAKE_CURRENT_LIST_DIR}/Scene1Prologue0.xml)
|
|
tool_vnscene(${CMAKE_CURRENT_LIST_DIR}/Scene1Prologue1.xml) |