mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-26 19:22:30 -05:00
644928314a
Starting with header validation and a dump() method that can be used to debug future parsing work.
7 lines
122 B
CMake
7 lines
122 B
CMake
|
|
set(SOURCES
|
|
Validation.cpp
|
|
)
|
|
|
|
serenity_lib(LibDeviceTree DeviceTree)
|
|
target_link_libraries(LibDeviceTree LibC LibCore)
|