File: CMakeLists.txt

package info (click to toggle)
evolution 3.56.2-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,052 kB
  • sloc: ansic: 519,950; javascript: 8,494; xml: 5,207; python: 702; makefile: 562; sh: 294; perl: 169
file content (18 lines) | stat: -rw-r--r-- 275 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set(images
	confidential-stamp.jpg
	draft-paper.png
	draft-stamp.jpg
	midnight-stars.jpg
	mode-with-headerbar.png
	mode-without-headerbar.png
	paper.png
	rect.png
	ribbon.jpg
	texture.png
	working.png
	world_map-960.png
)

install(FILES ${images}
	DESTINATION ${imagesdir}
)