2 lines
121 B
CMake
2 lines
121 B
CMake
# REPL toggle (affects sources of the fun executable)
|
|
option(FUN_WITH_REPL "Enable interactive REPL in the fun CLI" OFF)
|