Fix license compliance and fix things up

This commit is contained in:
2026-07-31 18:51:17 -05:00
parent bd0587779e
commit 313e75b14c
149 changed files with 8310 additions and 5093 deletions

View File

@@ -43,4 +43,9 @@ if(TESSESFRAMEWORK_ENABLE_EXAMPLES)
add_executable(tests examples/tests.cpp)
target_link_libraries(tests PUBLIC tessesframework)
add_executable(console-login-test examples/console-login-test.cpp)
target_link_libraries(console-login-test PUBLIC tessesframework)
endif()