Dawn/src/dawn/locale/CMakeLists.txt
2022-12-16 08:05:01 -08:00

11 lines
209 B
CMake

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