`specs_tables` is an interface target, it's not bu...
# core
s
specs_tables
is an interface target, it's not built, but groups multiple informations (libraries to link, include folders etc) under that target, to easily pass it around in CMake. The tables are generated in two groups, native and foreign, the targets are
codegen_native_tables
and
codegen_foreign_tables
👍 1