7 lines
248 B
CMake
7 lines
248 B
CMake
# Copyright (c) 2023 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/fonts/CMakeLists.txt")
|
|
include("${CMAKE_CURRENT_LIST_DIR}/textures/CMakeLists.txt") |