summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibDeviceTree/CMakeLists.txt
blob: 569153aa74e0e71754ebf4ef666aea435c21b1a7 (plain)
1
2
3
4
5
6
7

set(SOURCES
  Validation.cpp
)

serenity_lib(LibDeviceTree DeviceTree)
target_link_libraries(LibDeviceTree PRIVATE LibCore)