Fix basic auth

This commit is contained in:
2025-12-04 15:14:04 -06:00
parent f7682e8860
commit 7aadb14a45
3 changed files with 11 additions and 4 deletions

View File

@@ -343,6 +343,9 @@ if(TESSESFRAMEWORK_ENABLE_EXAMPLES)
add_executable(runevent examples/runevent.cpp)
target_link_libraries(runevent PUBLIC tessesframework)
add_executable(tests examples/tests.cpp)
target_link_libraries(tests PUBLIC tessesframework)
endif()
if(TESSESFRAMEWORK_ENABLE_APPS)