I just added CMakeLists.txt to support CMake build system. It is written according to Make.inc. Essential flags like -fno-gnu89-inline -std=c99 and -fno-builtin -std=c99 are included. The produced .a and .so are still not renamed to include platform labels since this file only makes it accessible to other languages via FFI (like Rust).
I just added
CMakeLists.txt
to support CMake build system. It is written according toMake.inc
. Essential flags like-fno-gnu89-inline -std=c99
and-fno-builtin -std=c99
are included. The produced.a
and.so
are still not renamed to include platform labels since this file only makes it accessible to other languages via FFI (like Rust).If more flags are required, just reply here.