v1.0.0
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
project(MyLogger)
|
||||
|
||||
add_library(${PROJECT_NAME} ${PROJECT_SOURCE_DIR}/loghandler.cpp)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
Qt5::Core
|
||||
)
|
||||
Reference in New Issue
Block a user