How did I get here?

This commit is contained in:
2025-09-19 22:01:48 -05:00
parent 2049a6f7b9
commit 96fcddea30
20 changed files with 962 additions and 30 deletions

10
src/assert/CMakeLists.txt Normal file
View File

@@ -0,0 +1,10 @@
# Copyright (c) 2025 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DAWN_TARGET_NAME}
PRIVATE
Assert.cpp
)