- Added .gitignore to exclude build directory - Added utils submodule for shared utilities - Configured CMake build system with dependencies - Added main executable and DLL injection logic - Included necessary headers and manifest files - Added README with build and usage instructions
4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
[submodule "utils"]
|
|
path = utils
|
|
url = https://github.com/lifegpc/c-utils
|