mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 09:26:28 +02: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)
|