Dawn/tools/CMakeLists.txt
2024-06-16 07:48:59 -05:00

14 lines
296 B
CMake

# Copyright (c) 2023 Dominic Msters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Tool Level Values
set(
DAWN_TOOL_GENERATED_DEPENDENCIES
CACHE INTERNAL ${DAWN_CACHE_TARGET}
)
# Tools
add_subdirectory(assetstool)
add_subdirectory(texturetool)