3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 14:54:17 +00:00
Brooklyn/userland/opensrc/helpers/libfdt/CMakeLists.txt

14 lines
218 B
CMake
Raw Normal View History

2021-05-27 14:55:23 +00:00
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)