Files
dusk/src/dusktrivia/game/CMakeLists.txt
2026-04-03 12:56:04 -05:00

10 lines
204 B
CMake

# Copyright (c) 2026 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DUSK_LIBRARY_TARGET_NAME}
PUBLIC
game.c
)