blob: e5739b36d567cee64bee0f9514f714a7487d1807 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
if compile_kross
SCRIPTINGDIR = scripting
endif
SUBDIRS = \
substrate \
colorrange \
colorspaceconversion \
dropshadow \
filtersgallery \
histogram \
histogram_docker \
imagesize \
modify_selection \
rotateimage \
screenshot \
separate_channels \
shearimage \
selectopaque \
$(SCRIPTINGDIR)
# variations
# history_docker
# performancetest
|