This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
libflint:start [2025/01/07 02:59] – eburk | libflint:start [2025/02/15 19:07] (current) – eburk | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== libflint ====== | ====== libflint ====== | ||
- | '' | + | [[https:// |
+ | |||
+ | <nspages -tree -exclude: | ||
+ | |||
+ | ===== Building ===== | ||
+ | |||
+ | '' | ||
+ | |||
+ | ==== Cmake ==== | ||
+ | |||
+ | <code cmake> | ||
+ | # If libflint is in ./ | ||
+ | add_subdirectory(lib/ | ||
+ | |||
+ | # when building target... | ||
+ | target_include_directories(${TARGET} PRIVATE lib/ | ||
+ | target_link_libraries(${TARGET} PRIVATE flint ) | ||
+ | </ | ||
===== Requirements ===== | ===== Requirements ===== | ||
Line 23: | Line 40: | ||
{{flinty.jpg|flint}} | {{flinty.jpg|flint}} | ||
- | <nspages -tree -exclude: | + |