Working on restore command.

This commit is contained in:
Your Name
2025-04-26 18:38:10 +12:00
parent 977e878eff
commit b07e3830de
6 changed files with 14 additions and 12 deletions

View File

@ -75,6 +75,7 @@ fi
# Configure with CMake
print_status "Configuring with CMake..."
cmake .. -DCMAKE_BUILD_TYPE=Debug
#cmake .. -DCMAKE_BUILD_TYPE=Release
# Build the project
print_status "Building project..."