2021-10-17 19:09:18 -06:00
|
|
|
|
|
|
|
|
set(SOURCES
|
2023-02-12 15:51:04 -07:00
|
|
|
FlattenedDeviceTree.cpp
|
2021-10-17 19:09:18 -06:00
|
|
|
Validation.cpp
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
serenity_lib(LibDeviceTree DeviceTree)
|
2022-10-21 21:43:56 +02:00
|
|
|
target_link_libraries(LibDeviceTree PRIVATE LibCore)
|