13 lines
240 B
CMake
13 lines
240 B
CMake
# Copyright (c) 2025 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
# Sources
|
|
target_sources(${DUSK_LIBRARY_TARGET_NAME}
|
|
PUBLIC
|
|
chunk.c
|
|
map.c
|
|
worldpos.c
|
|
tile.c
|
|
) |