Dawn/src/input/CMakeLists.txt
2021-12-07 20:33:40 -08:00

10 lines
195 B
CMake

# Copyright (c) 2021 Dominic Msters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${PROJECT_NAME}
PRIVATE
input.cpp
)