Move from Makefile to CMake

This commit is contained in:
2025-07-20 22:02:21 -04:00
parent 79154b2851
commit 826676dca2
5 changed files with 32 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
#include "error.h"
#include "sdlerror.h"
#include "stdlib.h"
ErrorContext __error_last_ditch;