merge issue/0112: kanban_cpp C++ ImGui app + backend Go :8403 (sub-repo apps/kanban_cpp)
This commit is contained in:
@@ -529,3 +529,9 @@ set(_PROCESS_EXPLORER_DIR ${CMAKE_SOURCE_DIR}/../apps/process_explorer)
|
|||||||
if(EXISTS ${_PROCESS_EXPLORER_DIR}/CMakeLists.txt)
|
if(EXISTS ${_PROCESS_EXPLORER_DIR}/CMakeLists.txt)
|
||||||
add_subdirectory(${_PROCESS_EXPLORER_DIR} ${CMAKE_BINARY_DIR}/apps/process_explorer)
|
add_subdirectory(${_PROCESS_EXPLORER_DIR} ${CMAKE_BINARY_DIR}/apps/process_explorer)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# --- kanban_cpp (lives in apps/, issue 0096) ---
|
||||||
|
set(_KANBAN_CPP_DIR ${CMAKE_SOURCE_DIR}/../apps/kanban_cpp)
|
||||||
|
if(EXISTS ${_KANBAN_CPP_DIR}/CMakeLists.txt)
|
||||||
|
add_subdirectory(${_KANBAN_CPP_DIR} ${CMAKE_BINARY_DIR}/apps/kanban_cpp)
|
||||||
|
endif()
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
id: "0112"
|
id: "0112"
|
||||||
title: "App kanban_cpp: clon C++ ImGui de kanban_web con backend Go propio"
|
title: "App kanban_cpp: clon C++ ImGui de kanban_web con backend Go propio"
|
||||||
status: pendiente
|
status: completed
|
||||||
type: app
|
type: app
|
||||||
domain:
|
domain:
|
||||||
- cpp-stack
|
- cpp-stack
|
||||||
Reference in New Issue
Block a user