diff options
| author | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-18 17:53:52 +0000 |
|---|---|---|
| committer | scarab <scarab@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-08-18 17:53:52 +0000 |
| commit | 9acea18a3a920b781414ba44e1e1651ea760867b (patch) | |
| tree | b8f19b794e5abd541084be2ea9817a8775f1279c /data/images/CMakeLists.txt | |
| parent | eefb6affd420af8c512e8733a6c9e2f5aabd5854 (diff) | |
- pouzivame verzovani od ted $ tuxanci-svn spusti hru
- vyjadrete se k verzovani i stabilnich vydani
git-svn-id: http://opensvn.csie.org/tuxanci_ng@221 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'data/images/CMakeLists.txt')
| -rw-r--r-- | data/images/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/images/CMakeLists.txt b/data/images/CMakeLists.txt new file mode 100644 index 0000000..48a7e27 --- /dev/null +++ b/data/images/CMakeLists.txt @@ -0,0 +1,15 @@ +############################################################################### +# tuxanci/data/images/CMakeLists.txt +############################################################################### +# DIRECTORIES +############################################################################### +# nada :P +############################################################################### +# CURRENT DIRECTORY FILES +############################################################################### +IF ( NOT Server ) + FILE ( GLOB files "*.png" ) + INSTALL ( FILES ${files} + DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/images/ ) +ENDIF ( NOT Server ) +###############################################################################
\ No newline at end of file |