CMakeLists.txt 151 B

12345678
  1. set(SOURCES
  2. FlattenedDeviceTree.cpp
  3. Validation.cpp
  4. )
  5. serenity_lib(LibDeviceTree DeviceTree)
  6. target_link_libraries(LibDeviceTree PRIVATE LibCore)