File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 61
61
add_library (qtadvanceddocking SHARED ${ads_SRCS} ${ads_HEADERS} )
62
62
target_compile_definitions (qtadvanceddocking PRIVATE ADS_SHARED_EXPORT )
63
63
endif ()
64
+
65
+ add_library (ads::qtadvanceddocking ALIAS qtadvanceddocking )
66
+
64
67
target_link_libraries (qtadvanceddocking PUBLIC Qt${QT_VERSION_MAJOR}::Core
65
68
Qt${QT_VERSION_MAJOR}::Gui
66
69
Qt${QT_VERSION_MAJOR}::Widgets )
@@ -87,9 +90,9 @@ install(FILES ${ads_HEADERS}
87
90
COMPONENT headers
88
91
)
89
92
install (FILES
90
- "${CMAKE_SOURCE_DIR} /LICENSE"
91
- "${CMAKE_SOURCE_DIR} /gnu-lgpl-v2.1.md"
92
- DESTINATION license
93
+ "${CMAKE_CURRENT_SOURCE_DIR} /.. /LICENSE"
94
+ "${CMAKE_CURRENT_SOURCE_DIR} /.. /gnu-lgpl-v2.1.md"
95
+ DESTINATION license/ads
93
96
COMPONENT license
94
97
)
95
98
install (TARGETS qtadvanceddocking
You can’t perform that action at this time.
0 commit comments