Added csv_to_array tool
Some checks failed
Build Dusk / run-tests (push) Failing after 1m41s
Build Dusk / build-linux (push) Failing after 1m26s
Build Dusk / build-psp (push) Failing after 1m46s

This commit is contained in:
2026-01-26 08:37:36 -06:00
parent 9c25fde548
commit 0392dd0e7f
12 changed files with 239 additions and 41 deletions

View File

@@ -6,6 +6,9 @@
add_subdirectory(run_python)
add_subdirectory(env_to_h)
add_subdirectory(csv_to_enum)
add_subdirectory(csv_to_array)
add_subdirectory(item)
add_subdirectory(input)
# Function that adds an asset to be compiled
function(add_asset ASSET_TYPE ASSET_PATH)