Skip to content

Commit

Permalink
build: generate yaml schema
Browse files Browse the repository at this point in the history
Generate yaml schema as part of the custom target
  • Loading branch information
alandefreitas committed Dec 16, 2024
1 parent e2ae861 commit 5bc071e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ add_custom_command(
${CMAKE_CURRENT_SOURCE_DIR}/util/generate-config-info.py
src/lib/Lib/ConfigOptions.json
${CMAKE_CURRENT_BINARY_DIR}
COMMAND
${PYTHON_EXECUTABLE}
${CMAKE_CURRENT_SOURCE_DIR}/util/generate-yaml-schema.py
VERBATIM
DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/util/generate-config-info.py
Expand Down

0 comments on commit 5bc071e

Please sign in to comment.