share/hedgewars/Data/Themes/Digital/CMakeLists.txt
author koda
Tue, 11 Jun 2013 10:45:34 +0200
changeset 9192 a8a717cf4a66
parent 5104 e31409482740
permissions -rw-r--r--
use BUILD_SHARED_LIBS to control whether a library is shared or static, make our bundled physfs library check for this configuration
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)