8 lines
446 B
CMake
8 lines
446 B
CMake
option(CROSSLANG_ENABLE_BINARIES "Enable Tesses CrossLang binaries" ON)
|
|
option(CROSSLANG_INSTALL_DEVELOPMENT "Enable Tesses CrossLang development files" ON)
|
|
option(CROSSLANG_FETCHCONTENT "Use fetchcontent" ON)
|
|
option(CROSSLANG_ENABLE_FFI "Enable libffi" OFF)
|
|
option(CROSSLANG_ENABLE_RPATH "Enable RPATH" ON)
|
|
option(CROSSLANG_CUSTOM_CONSOLE "Enable custom Console" OFF)
|
|
option(CROSSLANG_STATIC "Build with static libraries instead of shared" OFF)
|