···34 # request to configure the file
35 configure_file(${DOXYGEN_IN} ${DOXYGEN_OUT} @ONLY)
3637- # copy the schema
38 configure_file(
39 ${CMAKE_CURRENT_SOURCE_DIR}/example_configs/config_v0.schema.json
40 ${CMAKE_CURRENT_BINARY_DIR}/html/config_v0.schema.json @ONLY
···42 configure_file(
43 ${CMAKE_CURRENT_SOURCE_DIR}/example_configs/config_v0.schema.json.license
44 ${CMAKE_CURRENT_BINARY_DIR}/html/config_v0.schema.json.license @ONLY
0000000045 )
4647 # note the option ALL which allows to build the docs together with the application
···34 # request to configure the file
35 configure_file(${DOXYGEN_IN} ${DOXYGEN_OUT} @ONLY)
3637+ # copy the schemas
38 configure_file(
39 ${CMAKE_CURRENT_SOURCE_DIR}/example_configs/config_v0.schema.json
40 ${CMAKE_CURRENT_BINARY_DIR}/html/config_v0.schema.json @ONLY
···42 configure_file(
43 ${CMAKE_CURRENT_SOURCE_DIR}/example_configs/config_v0.schema.json.license
44 ${CMAKE_CURRENT_BINARY_DIR}/html/config_v0.schema.json.license @ONLY
45+ )
46+ configure_file(
47+ ${CMAKE_CURRENT_SOURCE_DIR}/example_configs/calibration_v2.schema.json
48+ ${CMAKE_CURRENT_BINARY_DIR}/html/calibration_v2.schema.json @ONLY
49+ )
50+ configure_file(
51+ ${CMAKE_CURRENT_SOURCE_DIR}/example_configs/calibration_v2.schema.json.license
52+ ${CMAKE_CURRENT_BINARY_DIR}/html/calibration_v2.schema.json.license @ONLY
53 )
5455 # note the option ALL which allows to build the docs together with the application