mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-05-28 03:10:28 -04:00
15 lines
240 B
CMake
15 lines
240 B
CMake
add_library(QodeAssistLogger STATIC
|
|
Logger.cpp
|
|
Logger.hpp
|
|
)
|
|
|
|
target_link_libraries(QodeAssistLogger
|
|
PUBLIC
|
|
Qt::Core
|
|
QtCreator::Core
|
|
)
|
|
|
|
target_include_directories(QodeAssistLogger
|
|
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
|
|
)
|