Make stdlib optional. Remove dependency on SDL3. Update README.

This commit is contained in:
2026-01-04 22:56:31 -05:00
parent 8962c65914
commit cf0f2bbeac
9 changed files with 178 additions and 88 deletions

5
cmake/akerror.cmake.in Normal file
View File

@@ -0,0 +1,5 @@
# cmake/MyLibraryConfig.cmake.in
include(CMakeFindDependencyMacro) # If your library has dependencies
# find_dependency(AnotherDependency REQUIRED) # Example dependency
include("${CMAKE_CURRENT_LIST_DIR}/akerror.cmake")