Rename next.json to dawn.json

This commit is contained in:
Corentin Wallez 2018-07-18 11:32:51 +02:00 committed by Corentin Wallez
parent 4a9ef4ee21
commit a22335c2b7
3 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ Other generators include:
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)
/generator - The code generator and its templates
/generator/templates - The code generator templates

View File

@ -70,7 +70,7 @@ set(GENERATED_DIR ${CMAKE_CURRENT_BINARY_DIR} PARENT_SCOPE)
set(GENERATOR_COMMON_ARGS
${PYTHON_EXECUTABLE}
${CMAKE_CURRENT_SOURCE_DIR}/main.py
${PROJECT_SOURCE_DIR}/next.json
${PROJECT_SOURCE_DIR}/dawn.json
-t ${CMAKE_CURRENT_SOURCE_DIR}/templates
-o ${CMAKE_CURRENT_BINARY_DIR}
PARENT_SCOPE