feat: Update CMake configuration for Abseil and gRPC, enhance modular build support, and add CLI flag handling
This commit is contained in:
5
src/cli/flags.cc
Normal file
5
src/cli/flags.cc
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <string>
|
||||
|
||||
#include "absl/flags/flag.h"
|
||||
|
||||
ABSL_FLAG(std::string, rom, "", "Path to the ROM file");
|
||||
Reference in New Issue
Block a user