Rename next.json to dawn.json
This commit is contained in:
parent
4a9ef4ee21
commit
a22335c2b7
|
@ -93,7 +93,7 @@ Other generators include:
|
||||||
Here are the main files and directories:
|
Here are the main files and directories:
|
||||||
|
|
||||||
```
|
```
|
||||||
/next.json - the JSON file describing the API that is used by the code generators
|
/dawn.json - the JSON file describing the API that is used by the code generators
|
||||||
/examples - example code that was also used for end2end testing (it is not possible to do automated testing without being able to read back data)
|
/examples - example code that was also used for end2end testing (it is not possible to do automated testing without being able to read back data)
|
||||||
/generator - The code generator and its templates
|
/generator - The code generator and its templates
|
||||||
/generator/templates - The code generator templates
|
/generator/templates - The code generator templates
|
||||||
|
|
|
@ -70,7 +70,7 @@ set(GENERATED_DIR ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)
|
||||||
set(GENERATOR_COMMON_ARGS
|
set(GENERATOR_COMMON_ARGS
|
||||||
${PYTHON_EXECUTABLE}
|
${PYTHON_EXECUTABLE}
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/main.py
|
${CMAKE_CURRENT_SOURCE_DIR}/main.py
|
||||||
${PROJECT_SOURCE_DIR}/next.json
|
${PROJECT_SOURCE_DIR}/dawn.json
|
||||||
-t ${CMAKE_CURRENT_SOURCE_DIR}/templates
|
-t ${CMAKE_CURRENT_SOURCE_DIR}/templates
|
||||||
-o ${CMAKE_CURRENT_BINARY_DIR}
|
-o ${CMAKE_CURRENT_BINARY_DIR}
|
||||||
PARENT_SCOPE
|
PARENT_SCOPE
|
||||||
|
|
Loading…
Reference in New Issue