chore(CMakeLists.txt): move Lean logo to make sure we can test leanemacs without installing Lean
This commit is contained in:
parent
70d62245a6
commit
27741e4fd7
2 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ install(DIRECTORY ${CMAKE_SOURCE_DIR}/../hott DESTINATION ${LIBRARY_DIR}
|
|||
PATTERN ".project"
|
||||
PATTERN "TAGS")
|
||||
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/../images/lean.pgm
|
||||
install(FILES ${CMAKE_SOURCE_DIR}/../src/emacs/lean.pgm
|
||||
DESTINATION ${EMACS_LISP_DIR})
|
||||
|
||||
if(EXISTS "${EMACS_DEPENDENCIES}")
|
||||
|
|
Loading…
Reference in a new issue