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
103cf57a46
lean2
/
src
/
emacs
/
CMakeLists.txt
3 lines
91 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)
chore(CMakeLists.txt): add EMACS_LIB option to specify installation path for emacs stuff
2014-10-06 18:19:23 +00:00
install(FILES ${LEAN_MODE_FILES} DESTINATION ${EMACS_LIB})
Reference in a new issue
Copy permalink