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.
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 withSQ_DISABLE_INSTALLER
, but I can add one if wanted.