CMakeLists.txt
changeset 26 abd0e8810b78
parent 21 8b61328ab7c1
child 27 6de25ac5876c
equal deleted inserted replaced
25:21680d75d561 26:abd0e8810b78
     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-env
     3 #
     3 #
     4 # Examples are free software: you can redistribute it and/or modify
     4 # mcabber-env is a free software: you can redistribute it and/or modify
     5 # it under the terms of the GNU General Public License as published by
     5 # it under the terms of the GNU General Public License as published by
     6 # the Free Software Foundation, either version 2 of the License, or
     6 # the Free Software Foundation, either version 2 of the License, or
     7 # (at your option) any later version.
     7 # (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,
    62 
    62 
    63 configure_file(env.avv.in env.avv)
    63 configure_file(env.avv.in env.avv)
    64 
    64 
    65 ## Installation
    65 ## Installation
    66 install(TARGETS env DESTINATION lib/mcabber) 
    66 install(TARGETS env DESTINATION lib/mcabber) 
    67 install(FILES env.rc COPYING README TODO DESTINATION share/doc/${CPACK_PACKAGE_NAME})
    67 install(FILES docs/env.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}/env.avv DESTINATION share/mcabber/avv/modules RENAME env)
    69 install(FILES ${PROJECT_BINARY_DIR}/env.avv DESTINATION share/mcabber/avv/modules RENAME env)
    70 
    70 
    71 ## The End ## vim: se ts=4: ##
    71 ## The End ## vim: se ts=4: ##