mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 10:59:30 -04:00
17 lines
336 B
CMake
17 lines
336 B
CMake
add_library(QodeAssistLogger STATIC
|
|
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}
|
|
)
|