mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-09 04:37:52 +03:00
e9e279bb77
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)
|