Skip to content

Commit 54eead4

Browse files
author
iwamatsu
committed
Add CMakeLists for theme files.
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
1 parent 6e73e97 commit 54eead4

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

themes/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
subdirs (default)

themes/default/CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
set (THEMES "themes/default")
2+
3+
install(FILES slim.theme DESTINATION ${PKGDATADIR}/${THEMES})
4+
install(FILES panel.png DESTINATION ${PKGDATADIR}/${THEMES})
5+
install(FILES background.jpg DESTINATION ${PKGDATADIR}/${THEMES})

0 commit comments

Comments
 (0)