Doing some code reshuffling

This commit is contained in:
2021-11-01 14:34:42 -07:00
parent 5c7468283b
commit a86592f5bd
13 changed files with 77 additions and 17 deletions

View File

@ -6,6 +6,6 @@
function(tool_vn_character DEP_NAME IN OUT)
add_custom_target(${DEP_NAME}
COMMAND node ${TOOLS_DIR}/vn/character-sheet-generator.js --assets="${ASSETS_DIR}" --root="${ROOT_DIR}" --in="${IN}" --out="${OUT}"
COMMENT "Adding VN Character ${FILE_NAME}"
COMMENT "Adding VN Character ${DEP_NAME}"
)
endfunction()