CMakeLists.txt
changeset 15 6222baf5dccc
parent 12 b88ea7f650f1
child 17 1f884523f650
equal deleted inserted replaced
14:3f6d549befa8 15:6222baf5dccc
     1 ## Copyright 2009 Myhailo Danylenko
     1 ## Copyright 2009-2012 Myhailo Danylenko
     2 # This file is part of mcabber module writing howto examples.
     2 # This file is part of mcabber-uptime
     3 #
     3 #
     4 # Examples are free software: you can redistribute it and/or modify
     4 # mcabber-uptime is a free software: you can redistribute it and/or
     5 # it under the terms of the GNU General Public License as published by
     5 # modify it under the terms of the GNU General Public License as
     6 # the Free Software Foundation, either version 2 of the License, or
     6 # published by the Free Software Foundation, either version 2 of the
     7 # (at your option) any later version.
     7 # License, or (at your option) any later version.
     8 #
     8 #
     9 # This program is distributed in the hope that it will be useful,
     9 # This program is distributed in the hope that it will be useful,
    10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    12 # GNU General Public License for more details.
    12 # GNU General Public License for more details.
    62 
    62 
    63 configure_file(uptime.avv.in uptime.avv)
    63 configure_file(uptime.avv.in uptime.avv)
    64 
    64 
    65 ## Installation
    65 ## Installation
    66 install(TARGETS uptime DESTINATION lib/mcabber) 
    66 install(TARGETS uptime DESTINATION lib/mcabber) 
    67 install(FILES uptime.rc COPYING README DESTINATION share/doc/${CPACK_PACKAGE_NAME})
    67 install(FILES docs/uptime.rc COPYING docs/readme.mdwn DESTINATION share/doc/${CPACK_PACKAGE_NAME})
    68 install(DIRECTORY help DESTINATION share/mcabber)
    68 install(DIRECTORY help DESTINATION share/mcabber)
    69 install(FILES ${PROJECT_BINARY_DIR}/uptime.avv DESTINATION share/mcabber/avv/modules RENAME uptime)
    69 install(FILES ${PROJECT_BINARY_DIR}/uptime.avv DESTINATION share/mcabber/avv/modules RENAME uptime)
    70 
    70 
    71 ## The End ## vim: se ts=4: ##
    71 ## The End ## vim: se ts=4: ##