mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 04:04:59 +00:00

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)
|