Merge pull request #47 from LoganBarnes/master

fix: Add quotes to CMake BUILD_INTERFACE generator
This commit is contained in:
githubuser0xFFFF 2019-08-12 22:02:14 +02:00 committed by GitHub
commit 7c9ed9b624
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ install(TARGETS qtadvanceddocking
ARCHIVE DESTINATION lib COMPONENT library
)
target_include_directories(qtadvanceddocking PUBLIC
$<BUILD_INTERFACE:${ads_INCLUDE}>
"$<BUILD_INTERFACE:${ads_INCLUDE}>"
$<INSTALL_INTERFACE:include>
)
target_link_libraries(qtadvanceddocking PUBLIC ${ads_LIBS})