Add date code

This commit is contained in:
2025-05-10 20:16:25 -05:00
parent db16667aab
commit 68900b9633

View File

@ -74,6 +74,9 @@ endif()
set(MBEDTLS_DIR "" CACHE PATH "Mbed tls directory") set(MBEDTLS_DIR "" CACHE PATH "Mbed tls directory")
function(TESSESFRAMEWORK_LINKDEPS TessesFramework_TARGET) function(TESSESFRAMEWORK_LINKDEPS TessesFramework_TARGET)
if(WIN32)
target_link_libraries(${TessesFramework_TARGET} PUBLIC Iphlpapi)
endif()
if(TESSESFRAMEWORK_LOGTOFILE) if(TESSESFRAMEWORK_LOGTOFILE)
target_compile_definitions(${TessesFramework_TARGET} PUBLIC TESSESFRAMEWORK_LOGTOFILE) target_compile_definitions(${TessesFramework_TARGET} PUBLIC TESSESFRAMEWORK_LOGTOFILE)
endif() endif()