mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-05-28 03:10:28 -04:00
This should not be responsibility of LLMClientInterface. Extracting this class also adds flexibility to silence logging output in tests.
18 lines
374 B
CMake
18 lines
374 B
CMake
add_library(QodeAssistLogger STATIC
|
|
EmptyRequestPerformanceLogger.hpp
|
|
IRequestPerformanceLogger.hpp
|
|
Logger.cpp
|
|
Logger.hpp
|
|
RequestPerformanceLogger.hpp RequestPerformanceLogger.cpp
|
|
)
|
|
|
|
target_link_libraries(QodeAssistLogger
|
|
PUBLIC
|
|
Qt::Core
|
|
QtCreator::Core
|
|
)
|
|
|
|
target_include_directories(QodeAssistLogger
|
|
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|