Doing some code reshuffling
This commit is contained in:
@ -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()
|
Reference in New Issue
Block a user