[mammoth] Update dbgln to use sprintf

This commit is contained in:
Drew Galbraith 2023-06-07 22:45:24 -07:00
parent 20dd43cdfb
commit 71a601362d
3 changed files with 20 additions and 3 deletions

View file

@ -10,6 +10,7 @@ target_include_directories(mammoth_lib
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
target_link_libraries(mammoth_lib
c
zion_lib)
set_target_properties(mammoth_lib PROPERTIES