mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
14 lines
218 B
CMake
14 lines
218 B
CMake
include_directories(.)
|
|
|
|
add_library(fdt
|
|
fdt.c
|
|
fdt_empty_tree.c
|
|
fdt_ro.c
|
|
fdt_rw.c
|
|
fdt_sw.c
|
|
fdt_strerror.c
|
|
fdt_wip.c)
|
|
|
|
INSTALL(FILES)
|
|
|