Dawn/src/dawnpsp/error/CMakeLists.txt
2024-06-24 08:45:12 -05:00

10 lines
209 B
CMake

# Copyright (c) 2024 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DAWN_TARGET_NAME}
PRIVATE
error.cpp
)