15 lines
357 B
CMake
15 lines
357 B
CMake
# Copyright (c) 2023 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
# Sources
|
|
target_sources(vnscenetool
|
|
PRIVATE
|
|
VNSceneEventsParser.cpp
|
|
VNPositionEventParser.cpp
|
|
VNTextEventParser.cpp
|
|
VNSetEventParser.cpp
|
|
VNWaitEventParser.cpp
|
|
VNParallelEventParser.cpp
|
|
) |