This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
libflint:start [2025/01/07 03:20] – eburk | libflint:start [2025/02/15 19:07] (current) – eburk | ||
---|---|---|---|
Line 4: | Line 4: | ||
<nspages -tree -exclude: | <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 ===== |