adapt to changed toplevel core description file names
This commit is contained in:
parent
032ea53353
commit
163d9406d1
|
@ -57,7 +57,7 @@ if (ENABLE_CLANG_TIDY)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(CodeGen)
|
include(CodeGen)
|
||||||
gen_coredsl(${CORE_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/tgfs/gen_input/TGFS.core_desc interp)
|
gen_coredsl(${CORE_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/tgfs/gen_input/${CORE_NAME}.core_desc interp)
|
||||||
|
|
||||||
add_subdirectory(dbt-core)
|
add_subdirectory(dbt-core)
|
||||||
add_subdirectory(scc)
|
add_subdirectory(scc)
|
||||||
|
|
2
coredsl
2
coredsl
|
@ -1 +1 @@
|
||||||
Subproject commit 62d95f8b3cb647d4ead94bfc4c79b48fe8cfdedd
|
Subproject commit 41549393dfbd5079377fdc642e97cebbd502d632
|
2
tgfs
2
tgfs
|
@ -1 +1 @@
|
||||||
Subproject commit 9c8b72693e1654ef016b57099f87b59b7b44e244
|
Subproject commit a3084456fdf816db6234980024384e88f19b0466
|
Loading…
Reference in New Issue