feat(GODT-2791): Parse the Bug Report Flow description file and ensure forward compatibility (GODT-2789).

This commit is contained in:
Romain LE JEUNE
2023-07-25 21:07:59 +02:00
committed by Romain Le Jeune
parent 1a2783a63b
commit 86e115b2f3
7 changed files with 259 additions and 52 deletions

View File

@ -135,6 +135,7 @@ add_custom_command(
add_library(bridgepp
bridgepp/BugReportFlow/BugReportFlow.cpp bridgepp/BugReportFlow/BugReportFlow.h
bridgepp/BridgeUtils.cpp bridgepp/BridgeUtils.h
bridgepp/CLI/CLIUtils.cpp bridgepp/CLI/CLIUtils.h
bridgepp/Exception/Exception.h bridgepp/Exception/Exception.cpp