CMakeLists.txt
changeset 32 bea3464128d0
parent 19 c7e7218be611
child 33 c7259f0fac72
equal deleted inserted replaced
31:55395c6ef7ea 32:bea3464128d0
     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-marking
     3 #
     3 #
     4 # Examples are free software: you can redistribute it and/or modify
     4 # mcabber-marking 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(marking.avv.in marking.avv)
    63 configure_file(marking.avv.in marking.avv)
    64 
    64 
    65 ## Installation
    65 ## Installation
    66 install(TARGETS marking DESTINATION lib/mcabber) 
    66 install(TARGETS marking DESTINATION lib/mcabber) 
    67 install(FILES marking.rc COPYING README TODO DESTINATION share/doc/${CPACK_PACKAGE_NAME})
    67 install(FILES docs/marking.rc COPYING docs/readme.mdwn docs/todo.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}/marking.avv DESTINATION share/mcabber/avv/modules RENAME marking)
    69 install(FILES ${PROJECT_BINARY_DIR}/marking.avv DESTINATION share/mcabber/avv/modules RENAME marking)
    70 
    70 
    71 ## The End ## vim: se ts=4: ##
    71 ## The End ## vim: se ts=4: ##