diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-22 16:41:10 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-22 16:41:10 +0000 |
commit | f6bd7da487f163d8ce6fa6975229715f11e1c3bb (patch) | |
tree | 3a2f4985865275aa84a2892b06f808f44b96279c /data/icons/CMakeLists.txt | |
parent | c1e091c761ca5f673831d4547db80b1ba1c59399 (diff) | |
download | mana-f6bd7da487f163d8ce6fa6975229715f11e1c3bb.tar.gz mana-f6bd7da487f163d8ce6fa6975229715f11e1c3bb.tar.bz2 mana-f6bd7da487f163d8ce6fa6975229715f11e1c3bb.tar.xz mana-f6bd7da487f163d8ce6fa6975229715f11e1c3bb.zip |
Use the icon included in the executable on Windows.
Diffstat (limited to 'data/icons/CMakeLists.txt')
-rw-r--r-- | data/icons/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/icons/CMakeLists.txt b/data/icons/CMakeLists.txt index 60bfc921..e50c7ab9 100644 --- a/data/icons/CMakeLists.txt +++ b/data/icons/CMakeLists.txt @@ -1,5 +1,5 @@ SET(FILES - tmw-32x32.png + tmw.png ) INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons) |