summaryrefslogtreecommitdiffstats
path: root/src/widgets/gimp/CMakeLists.txt
blob: c870b7528d168b16c0ac6bba48bef3686b444ce2 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-or-later
set(gimpwidgets_SRC
	ruler.cpp

	# -------
	# Headers
	ruler.h
)

add_inkscape_source("${gimpwidgets_SRC}")