add_library_unity(duckdb_bind_tableref
                  OBJECT
                  bind_basetableref.cpp
                  bind_crossproductref.cpp
                  bind_emptytableref.cpp
                  bind_expressionlistref.cpp
                  bind_joinref.cpp
                  bind_subqueryref.cpp
                  bind_table_function.cpp
                  plan_basetableref.cpp
                  plan_crossproductref.cpp
                  plan_dummytableref.cpp
                  plan_expressionlistref.cpp
                  plan_joinref.cpp
                  plan_subqueryref.cpp
                  plan_table_function.cpp
                  plan_cteref.cpp)
set(ALL_OBJECT_FILES
    ${ALL_OBJECT_FILES} $<TARGET_OBJECTS:duckdb_bind_tableref>
    PARENT_SCOPE)
