removes CoreDSL generator submodule

This commit is contained in:
2023-05-04 13:07:06 +02:00
parent 30e67eb0e0
commit b4a1e2273f
3 changed files with 0 additions and 115 deletions

View File

@@ -141,15 +141,6 @@ if (ENABLE_CLANG_TIDY)
endif()
endif()
if(CODEGEN)
include(CodeGen)
if(NOT CORE_DSL_INPUT_DIR)
set(CORE_DSL_INPUT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/tgfs/gen_input)
endif()
gen_coredsl(${CORE_NAME} ${CORE_DSL_INPUT_DIR}/${CORE_NAME}.core_desc interp)
endif()
add_subdirectory(dbt-rise-core)
add_subdirectory(scc)
add_subdirectory(dbt-rise-tgc)