share/hedgewars/Data/Themes/Digital/CMakeLists.txt
author Wolfgang Steffens <WolfgangSteff@gmail.com>
Mon, 14 May 2012 19:26:50 +0200
changeset 7080 dbf43c07a507
parent 5104 e31409482740
permissions -rw-r--r--
Refactored TTexture to allow encoding sprite(s) at an arbitrary location within a (possibly shared) physical texture. The original variant only allowed encoding a sprite at the bottomleft of a larger physical texture to use NPOT sprites on POT only supporting systems.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5104
e31409482740 Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :(
sheepluva
parents:
diff changeset
     1
file(GLOB images *.png)
e31409482740 Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :(
sheepluva
parents:
diff changeset
     2
e31409482740 Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :(
sheepluva
parents:
diff changeset
     3
install(FILES
e31409482740 Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :(
sheepluva
parents:
diff changeset
     4
    theme.cfg
e31409482740 Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :(
sheepluva
parents:
diff changeset
     5
    ${images}
e31409482740 Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :(
sheepluva
parents:
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Themes/Digital)