blob: d5b833922beda40a1f029146ff4a171c6f43ba4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# SPDX-License-Identifier: GPL-2.0-or-later
set(actions_SRC
# actions-base.cpp
# actions-selection.cpp
# HEADERS
# actions-base.h
# actions-selection.h
)
add_inkscape_source("${actions_SRC}")
|