CMakeLists.txt 98 B

1234567
  1. set(SOURCES
  2. FlattenedDeviceTree.cpp
  3. Validation.cpp
  4. )
  5. serenity_lib(LibDeviceTree DeviceTree)