Cleanup the C API

This commit is contained in:
Victor Zverovich
2026-02-21 17:15:19 -08:00
parent 60d5d0cec6
commit dc97113ca1
4 changed files with 106 additions and 251 deletions
+5
View File
@@ -242,3 +242,8 @@ if (FMT_CUDA_TEST)
add_test(NAME cuda-test COMMAND fmt-in-cuda-test)
endif ()
endif ()
enable_language(C)
add_executable(c-test c-test.c)
target_link_libraries(c-test PRIVATE fmt::fmt-c)
add_test(NAME c-test COMMAND c-test)