Packages

An Elixir DuckDB library

Current section

Files

Jump to
exduckdb c_src duckdb src planner binder tableref CMakeLists.txt
Raw

c_src/duckdb/src/planner/binder/tableref/CMakeLists.txt

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
bind_named_parameters.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)