Add YAZE_UTIL_SRC to CMakeLists and update flag definitions in z3ed and yaze

This commit is contained in:
scawful
2025-04-05 13:46:56 -04:00
parent a76fbe1c8c
commit ad490cad71
3 changed files with 7 additions and 3 deletions

View File

@@ -23,8 +23,6 @@ DEFINE_FLAG(std::string, length, "", "The length of the data to read.");
DEFINE_FLAG(std::string, file_size, "", "The size of the file to expand to.");
DEFINE_FLAG(std::string, dest_rom, "", "The destination ROM file.");
DEFINE_FLAG(std::string, tile32_id_list, "",
"The list of tile32 IDs to transfer.");
int main(int argc, char *argv[]) {
yaze::util::FlagParser flag_parser(yaze::util::global_flag_registry());