3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-01-31 07:12:18 +00:00
Brooklyn/userland/opensrc/helpers/libfdt/CMakeLists.txt
2021-05-27 19:55:23 +05:00

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)