10 lines
262 B
CMake
10 lines
262 B
CMake
# Copyright (c) 2023 Dominic Msters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
# Tools
|
|
add_subdirectory(assetstool)
|
|
add_subdirectory(copytool)
|
|
add_subdirectory(texturetool)
|
|
add_subdirectory(truetypetool) |