This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e01f2ec6a5
lean2
/
src
/
emacs
/
CMakeLists.txt
3 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
fix(emacs/CMakeLists.txt): add all *.el files when install
2014-09-15 03:34:41 +00:00
FILE(GLOB LEAN_MODE_FILES *.el)
fix(CMakeLists.txt): quote CMake variables close #513
2015-03-28 18:57:44 +00:00
install(FILES ${LEAN_MODE_FILES} DESTINATION "${EMACS_LISP_DIR}")
Reference in a new issue
Copy permalink