feat: add hex
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user