Move emacs lisp installation destination to subdirectory

This commit is contained in:
Oskar Kohout 2014-01-04 12:07:59 +01:00
parent ba60418991
commit 5fdb7fe6e7

View file

@ -56,7 +56,7 @@ if(EMACS_EXECUTABLE)
# install the byte-compiled emacs-lisp sources # install the byte-compiled emacs-lisp sources
install(FILES ${EMACS_LISP_SOURCES} ${EMACS_LISP_BINARIES} ${EMACS_LISP_UNCOMPILABLE} install(FILES ${EMACS_LISP_SOURCES} ${EMACS_LISP_BINARIES} ${EMACS_LISP_UNCOMPILABLE}
DESTINATION share/emacs/site-lisp) DESTINATION share/emacs/site-lisp/ledger-mode)
endif() endif()
### CMakeLists.txt ends here ### CMakeLists.txt ends here