Rename sc directory so it only loads when calling from emacs

This commit is contained in:
John Andrews 2021-08-15 16:27:45 -04:00
parent cf3e692bb5
commit 5ac5150397
12 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,4 @@
add_subdirectory(el) add_subdirectory(el)
add_subdirectory(sc) add_subdirectory(scide_scel)
install(DIRECTORY HelpSource install(DIRECTORY HelpSource
DESTINATION share/SuperCollider/Extensions/scide_scel/) DESTINATION share/SuperCollider/Extensions/scide_scel/)