mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
We can use this simple parser and its callbacks to implement more complex parsing in later commits.
9 lines
151 B
CMake
9 lines
151 B
CMake
|
|
set(SOURCES
|
|
FlattenedDeviceTree.cpp
|
|
Validation.cpp
|
|
)
|
|
|
|
serenity_lib(LibDeviceTree DeviceTree)
|
|
target_link_libraries(LibDeviceTree PRIVATE LibCore)
|