CMakeLists.txt
changeset 56 f0e3c123d506
parent 49 a9c3cc3626ca
child 59 50173578fddc
equal deleted inserted replaced
55:e01cbf23a88b 56:f0e3c123d506
     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-disco
     3 #
     3 #
     4 # Examples are free software: you can redistribute it and/or modify
     4 # mcabber-disco 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.
    71 
    71 
    72 configure_file(disco.avv.in disco.avv)
    72 configure_file(disco.avv.in disco.avv)
    73 
    73 
    74 ## Installation
    74 ## Installation
    75 install(TARGETS disco DESTINATION lib/mcabber) 
    75 install(TARGETS disco DESTINATION lib/mcabber) 
    76 install(FILES disco.rc COPYING TODO README DESTINATION share/doc/${CPACK_PACKAGE_NAME})
    76 install(FILES docs/disco.rc COPYING docs/todo.mdwn docs/readme.mdwn DESTINATION share/doc/${CPACK_PACKAGE_NAME})
    77 install(FILES disco.h DESTINATION include/mcabber)
    77 install(FILES disco.h DESTINATION include/mcabber)
    78 install(DIRECTORY help DESTINATION share/mcabber)
    78 install(DIRECTORY help DESTINATION share/mcabber)
    79 install(FILES ${PROJECT_BINARY_DIR}/disco.avv DESTINATION share/mcabber/avv/modules RENAME disco)
    79 install(FILES ${PROJECT_BINARY_DIR}/disco.avv DESTINATION share/mcabber/avv/modules RENAME disco)
    80 
    80 
    81 ## The End ## vim: se ts=4: ##
    81 ## The End ## vim: se ts=4: ##