Minor cleanup

This commit is contained in:
Victor Zverovich
2026-06-26 15:57:41 -07:00
parent a2206152d5
commit d24fef27d1
2 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -243,5 +243,5 @@ endif ()
enable_language(C)
add_executable(c-test c-test.c)
target_link_libraries(c-test PUBLIC fmt::fmt-c)
target_link_libraries(c-test PRIVATE fmt::fmt-c)
add_test(NAME c-test COMMAND c-test)