build_lib(
  LIBNAME buildings
  SOURCE_FILES
    helper/building-allocator.cc
    helper/building-container.cc
    helper/building-position-allocator.cc
    helper/buildings-helper.cc
    model/building-list.cc
    model/building.cc
    model/buildings-channel-condition-model.cc
    model/buildings-propagation-loss-model.cc
    model/hybrid-buildings-propagation-loss-model.cc
    model/itu-r-1238-propagation-loss-model.cc
    model/mobility-building-info.cc
    model/oh-buildings-propagation-loss-model.cc
    model/random-walk-2d-outdoor-mobility-model.cc
    model/three-gpp-v2v-channel-condition-model.cc
  HEADER_FILES
    helper/building-allocator.h
    helper/building-container.h
    helper/building-position-allocator.h
    helper/buildings-helper.h
    model/building-list.h
    model/building.h
    model/buildings-channel-condition-model.h
    model/buildings-propagation-loss-model.h
    model/hybrid-buildings-propagation-loss-model.h
    model/itu-r-1238-propagation-loss-model.h
    model/mobility-building-info.h
    model/oh-buildings-propagation-loss-model.h
    model/random-walk-2d-outdoor-mobility-model.h
    model/three-gpp-v2v-channel-condition-model.h
  LIBRARIES_TO_LINK ${libpropagation}
  TEST_SOURCES
    test/buildings-channel-condition-model-test.cc
    test/buildings-helper-test.cc
    test/buildings-pathloss-test.cc
    test/buildings-penetration-loss-pathloss-test.cc
    test/building-position-allocator-test.cc
    test/buildings-shadowing-test.cc
    test/outdoor-random-walk-test.cc
    test/three-gpp-v2v-channel-condition-model-test.cc
)
