Files

20 lines
373 B
Plaintext
Raw Permalink Normal View History

2025-02-12 09:54:05 -05:00
import("//build/libs/TEMPLATE.gni")
xOS_static_library("libfoundation") {
sources = [
"src/EventLoop.cpp",
"src/Logger.cpp",
"src/ProcessInfo.cpp",
"src/compress/puff.c",
"src/json/Lexer.cpp",
"src/json/Parser.cpp",
]
deplibs = [ "libcxx" ]
configs = [ "//build/libs:libcxx_flags" ]
if (host == "llvm") {
cflags = [ "-flto" ]
}
}