feat: add hex

This commit is contained in:
2026-01-29 23:22:17 +01:00
parent 110d1df50d
commit f49802a1a6
4 changed files with 179 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ set_target_properties(cpputils PROPERTIES
target_sources(cpputils
PRIVATE
src/hex.cpp
src/uuid.cpp
)
@@ -28,6 +29,7 @@ target_compile_features(cpputils PUBLIC cxx_std_17)
if(BUILD_TESTS)
add_executable(cpputils_tests
tests/test_main.cpp
tests/test_hex.cpp
tests/test_uuid.cpp)
target_include_directories(cpputils_tests PRIVATE