This commit is contained in:
2025-05-28 11:57:12 -05:00
parent 62111cd42e
commit e2a406ce35

View File

@ -136,6 +136,7 @@ endif()
if(TESSESFRAMEWORK_ENABLE_SETDATE)
target_compile_definitions(${TessesFramework_TARGET} PUBLIC TESSESFRAMEWORK_ENABLE_SETDATE)
endif()
target_compile_definitions(${TessesFramework_TARGET} PUBLIC _FILE_OFFSET_BITS=64)
endfunction()
include(GNUInstallDirs)