some file ops, some print ops, some memory ops

This commit is contained in:
2026-05-10 00:00:31 -04:00
commit 4bd03f267a
6 changed files with 242 additions and 0 deletions

5
cmake/akstdlib.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}/akstdlibTargets.cmake")