albertodemichelis / squirrel

Official repository for the programming language Squirrel
http://www.squirrel-lang.org
MIT License
912 stars 156 forks source link

Added option to disable the interpreter #250

Closed Semphriss closed 1 year ago

Semphriss commented 2 years ago

This allows compiling the Squirrel library from source to link it against a program without building the interpreter. It's useful mostly for project including the Squirrel source code in their own.

I did not know whether it was best to add an option() call or not; I did not put any for consistency with SQ_DISABLE_INSTALLER, but I can add one if wanted.