14 lines
280 B
CMake
14 lines
280 B
CMake
# Copyright (c) 2024 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
# Subdirs
|
|
|
|
# Sources
|
|
target_sources(${DAWN_TARGET_NAME}
|
|
PRIVATE
|
|
conversation.c
|
|
conversationinteractentity.c
|
|
conversationinteracttile.c
|
|
) |