docs(flows): DoD obligatorio con user-facing surface + abrir issues 0100-0103 (taxonomia, frontmatter migration, dev_console, work dashboard)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+2
-4
@@ -9,10 +9,8 @@ add_imgui_app(data_factory
|
||||
)
|
||||
target_include_directories(data_factory PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
# fn_table_viz: optional, kept for parity with dag_engine_ui.
|
||||
if(TARGET fn_table_viz)
|
||||
target_link_libraries(data_factory PRIVATE fn_table_viz)
|
||||
endif()
|
||||
# fn_module_data_table: required — tabs.cpp uses data_table::render (issue 0081).
|
||||
target_link_libraries(data_factory PRIVATE fn_module_data_table)
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(data_factory PRIVATE ws2_32)
|
||||
|
||||
Reference in New Issue
Block a user