Refactored audiogen tool

This commit is contained in:
2023-02-13 17:07:24 -08:00
parent 13eca65974
commit 55b3f29223
21 changed files with 357 additions and 163 deletions

View File

@ -3,6 +3,24 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Tool Level Values
set(
DAWN_TOOL_INCLUDES
${CMAKE_CURRENT_LIST_DIR}
CACHE INTERNAL ${DAWN_CACHE_TARGET}
)
set(
DAWN_TOOL_SOURCES
CACHE INTERNAL
${DAWN_CACHE_TARGET}
)
# Tool-Utils
include(util/CMakeLists.txt)
# Tools
add_subdirectory(audio)
add_subdirectory(display)
add_subdirectory(file)