author | smxx |
Thu, 04 Mar 2010 16:20:07 +0000 | |
changeset 2931 | 97f75507e1cb |
parent 2602 | 3deb9ff104da |
permissions | -rw-r--r-- |
2602
3deb9ff104da
update themes cmakefiles to use GLOB instead of listing all the files
koda
parents:
2497
diff
changeset
|
1 |
file(GLOB images *.png) |
3deb9ff104da
update themes cmakefiles to use GLOB instead of listing all the files
koda
parents:
2497
diff
changeset
|
2 |
|
2497 | 3 |
install(FILES |
4 |
theme.cfg |
|
2602
3deb9ff104da
update themes cmakefiles to use GLOB instead of listing all the files
koda
parents:
2497
diff
changeset
|
5 |
${images} |
2497 | 6 |
DESTINATION ${SHAREPATH}Data/Themes/deepspace) |