cleanup descriptions

This commit is contained in:
2021-11-15 09:31:17 +01:00
parent 4b0c42c1bf
commit f13ac8e652
4 changed files with 9 additions and 6 deletions

View File

@@ -109,7 +109,11 @@ if (ENABLE_CLANG_TIDY)
endif()
include(CodeGen)
gen_coredsl(${CORE_NAME} ${CMAKE_CURRENT_SOURCE_DIR}/tgfs/gen_input/${CORE_NAME}.core_desc interp)
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)
add_subdirectory(dbt-core)
add_subdirectory(scc)