Add gitea workflow
Some checks failed
libakerror CI Build / cmake_build (push) Failing after 2m40s

This commit is contained in:
2026-06-27 08:42:08 -04:00
parent 5b1a6c2cc7
commit 0a224c572d
3 changed files with 26 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ project(akerror LANGUAGES C)
include(GNUInstallDirs)
include(CMakePackageConfigHelpers)
include(CTest)
set(AKERR_USE_STDLIB 1 CACHE BOOL "Use the C standard library")
set(akerror_install_cmakedir "${CMAKE_INSTALL_LIBDIR}/cmake/akerror")