8000 Merge pull request #522 from wilx/master · log4cplus/log4cplus@3565945 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3565945

Browse files
authored
Merge pull request #522 from wilx/master
Merge.
2 parents 06d9b65 + 69ed899 commit 3565945

File tree

5 files changed

+5
-2
lines changed

5 files changed

+5
-2
lines changed

catch

Submodule catch updated from de6fe18 to c4e3767

qt4debugappender/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ include (${QT_USE_FILE})
66

77
set (qt4debugappender log4cplusqt4debugappender${log4cplus_postfix})
88
add_library (${qt4debugappender} ${qt4debugappender_sources})
9+
add_library (log4cplus::qt4debugappender ALIAS ${qt4debugappender})
910
if (UNICODE)
1011
target_compile_definitions (${qt4debugappender} PUBLIC UNICODE)
1112
target_compile_definitions (${qt4debugappender} PUBLIC _UNICODE)

qt5debugappender/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ find_package (Qt5Core REQUIRED)
66

77
set (qt5debugappender log4cplusqt5debugappender${log4cplus_postfix})
88
add_library (${qt5debugappender} ${qt5debugappender_sources})
9+
add_library (log4cplus::qt5debugappender ALIAS ${qt5debugappender})
910
if (UNICODE)
1011
target_compile_definitions (${qt5debugappender} PUBLIC UNICODE)
1112
target_compile_definitions (${qt5debugappender} PUBLIC _UNICODE)

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ if (WIN32)
8181
endif (WIN32)
8282

8383
add_library (${log4cplus} ${log4cplus_sources})
84+
add_library (log4cplus::log4cplus ALIAS ${log4cplus})
8485

8586
if (UNICODE)
8687
target_compile_definitions (${log4cplus} PUBLIC UNICODE)

threadpool

0 commit comments

Comments
 (0)
0