
We can use this simple parser and its callbacks to implement more complex parsing in later commits.
8 lines
151 B
CMake
8 lines
151 B
CMake
|
|
set(SOURCES
|
|
FlattenedDeviceTree.cpp
|
|
Validation.cpp
|
|
)
|
|
|
|
serenity_lib(LibDeviceTree DeviceTree)
|
|
target_link_libraries(LibDeviceTree PRIVATE LibCore)
|