add_library_unity(
  duckdb_parser_tableref
  OBJECT
  at_clause.cpp
  basetableref.cpp
  bound_ref_wrapper.cpp
  delimgetref.cpp
  emptytableref.cpp
  expressionlistref.cpp
  column_data_ref.cpp
  joinref.cpp
  pivotref.cpp
  showref.cpp
  subqueryref.cpp
  table_function.cpp)
set(ALL_OBJECT_FILES
    ${ALL_OBJECT_FILES} $<TARGET_OBJECTS:duckdb_parser_tableref>
    PARENT_SCOPE)
