We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cc7d79 + ac164c3 commit 7c9ed9bCopy full SHA for 7c9ed9b
CMakeLists.txt
@@ -86,7 +86,7 @@ install(TARGETS qtadvanceddocking
86
ARCHIVE DESTINATION lib COMPONENT library
87
)
88
target_include_directories(qtadvanceddocking PUBLIC
89
- $<BUILD_INTERFACE:${ads_INCLUDE}>
+ "$<BUILD_INTERFACE:${ads_INCLUDE}>"
90
$<INSTALL_INTERFACE:include>
91
92
target_link_libraries(qtadvanceddocking PUBLIC ${ads_LIBS})
0 commit comments