feat: Enhance CMake presets and add new function schemas for ROM manipulation
- Updated CMake presets for macOS to include binary directory and cache variables for improved build configuration. - Added new function schemas for ROM manipulation, including `hex-read`, `hex-write`, `hex-search`, and palette management functions such as `palette-get-colors` and `palette-set-color`. - Introduced TODO management functions to create, list, and update tasks, enhancing task tracking capabilities within the application.
This commit is contained in:
@@ -162,7 +162,17 @@
|
||||
"name": "mac-z3ed",
|
||||
"displayName": "macOS z3ed",
|
||||
"description": "macOS z3ed CLI with agent support",
|
||||
"inherits": "mac-ai"
|
||||
"inherits": "mac-ai",
|
||||
"binaryDir": "${sourceDir}/build",
|
||||
"cacheVariables": {
|
||||
"Z3ED_AI": "ON",
|
||||
"YAZE_WITH_JSON": "ON",
|
||||
"YAZE_WITH_GRPC": "ON",
|
||||
"YAZE_BUILD_Z3ED": "ON",
|
||||
"YAZE_BUILD_EMU": "ON",
|
||||
"YAZE_BUILD_TESTS": "ON",
|
||||
"CMAKE_BUILD_TYPE": "Debug"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "mac-rooms",
|
||||
|
||||
Reference in New Issue
Block a user