9 lines
304 B
CMake
9 lines
304 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)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/prologue/CMakeLists.txt") |