Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions M2/Macaulay2/packages/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,7 @@ endforeach()

file(COPY LanguageServer/M2-language-server
DESTINATION ${M2_DIST_PREFIX}/${M2_INSTALL_BINDIR})

install(PROGRAMS LanguageServer/M2-language-server
DESTINATION ${CMAKE_INSTALL_BINDIR}
COMPONENT ALL)
Loading