mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-09 01:25:45 +00:00
Got it working on Windows using Mingw
This commit is contained in:
@@ -14,10 +14,9 @@ option(CROSSLANG_ENABLE_PROCESS "Enable process" ON)
|
||||
option(CROSSLANG_ENABLE_SDL2 "Enable SDL2 (For Drawing)" ON)
|
||||
option(CROSSLANG_ENABLE_TERMIOS "Enable termios (For changing terminal options)" ON)
|
||||
|
||||
option(CROSSLANG_ENABLE_64BIT_FILE "Allow files over 2GiB" ON)
|
||||
|
||||
|
||||
set(JANSSON_DIR "Directory for Jansson" "")
|
||||
set(JANSSON_DIR "Directory for Jansson" CACHE PATH "Jansson directory")
|
||||
|
||||
find_package(TessesFramework REQUIRED)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user