chore: auto-commit (11 archivos)
- CMakeLists.txt - app.md - main.cpp - panels.cpp - appicon.ico - autoextract_panel.cpp - picker_state.cpp - picker_state.h - py_subprocess.cpp - py_subprocess.h - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -17,6 +17,10 @@ add_imgui_app(navegator_dashboard
|
||||
cdp_ws.cpp
|
||||
network_state.cpp
|
||||
session_state.cpp
|
||||
picker_state.cpp
|
||||
py_subprocess.cpp
|
||||
autoextract_panel.cpp
|
||||
recipes_panel.cpp
|
||||
)
|
||||
|
||||
target_include_directories(navegator_dashboard PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
@@ -50,6 +54,10 @@ if(FN_BUILD_TESTS)
|
||||
cdp_ws.cpp
|
||||
network_state.cpp
|
||||
session_state.cpp
|
||||
picker_state.cpp
|
||||
py_subprocess.cpp
|
||||
autoextract_panel.cpp
|
||||
recipes_panel.cpp
|
||||
tests/navegator_dashboard_tests.cpp
|
||||
)
|
||||
target_include_directories(navegator_dashboard_tests PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
Reference in New Issue
Block a user