1
0
Fork 0
forked from fun/fun

Massive CMake refactoring... No code changes. (0.37.55)

This commit is contained in:
Johannes Findeisen 2026-01-15 22:57:54 +01:00
commit 501be417e8
22 changed files with 513 additions and 568 deletions

View file

@ -0,0 +1,2 @@
# REPL toggle (affects sources of the fun executable)
option(FUN_WITH_REPL "Enable interactive REPL in the fun CLI" OFF)