add_library(bd_astar OBJECT 
    bdastar.c 
    MinHeap.cpp 
    bdastar_driver.cpp
    BiDirAStar.cpp)
