summaryrefslogtreecommitdiffstats
path: root/resources/editorconfig/CMakeLists.txt
blob: 6063c0ec1bc72a9d17fd8f1f9e3b0d63960d21dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/scribus
)

INSTALL(FILES
100_latex.tar
100_latex.xml
#sample.xml
200_gnuplot.xml
gnuplot.png
300_lilypond.xml
lilypond.png
400_dot.xml
dot.svg
500_povray.xml
povray_32.png

  DESTINATION ${SHAREDIR}/editorconfig
)