mirror of
https://onedev.site.tesses.net/tesses-framework
synced 2026-02-08 15:55:46 +00:00
Add date code
This commit is contained in:
@@ -74,6 +74,9 @@ endif()
|
||||
set(MBEDTLS_DIR "" CACHE PATH "Mbed tls directory")
|
||||
|
||||
function(TESSESFRAMEWORK_LINKDEPS TessesFramework_TARGET)
|
||||
if(WIN32)
|
||||
target_link_libraries(${TessesFramework_TARGET} PUBLIC Iphlpapi)
|
||||
endif()
|
||||
if(TESSESFRAMEWORK_LOGTOFILE)
|
||||
target_compile_definitions(${TessesFramework_TARGET} PUBLIC TESSESFRAMEWORK_LOGTOFILE)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user