Files
Dawn/src/assert/CMakeLists.txt
2025-09-19 22:01:48 -05:00

10 lines
201 B
CMake

# 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
)