Base refactor

This commit is contained in:
2023-11-14 09:16:48 -06:00
parent a10c0ea851
commit cda4576a05
410 changed files with 749 additions and 20823 deletions

View File

@ -3,13 +3,6 @@
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Defines
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
set(DAWN_DEBUG_BUILD true CACHE INTERNAL ${DAWN_CACHE_TARGET})
else()
set(DAWN_DEBUG_BUILD false CACHE INTERNAL ${DAWN_CACHE_TARGET})
endif()
# Includes
add_subdirectory(hosts)
add_subdirectory(targets)