aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-06-03 10:30:31 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-06-03 09:27:51 +0000
commitd70d58b5cc8175e9216917587787b5baaaa27504 (patch)
treea2e434774f3ab8789f76d6566b4ee2020d1401cb /src/tools
parent60da2d7c6748c82aebd607ea92ad1ec24566c855 (diff)
CMake: Add Threads::Threads as public dependency to clangrefactoringbackend library
Change-Id: If7d3d4a7226f034d0e4c66726d3a7beed3480efe Reviewed-by: Cristian Adam <cristian.adam@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/clangrefactoringbackend/source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/clangrefactoringbackend/source/CMakeLists.txt b/src/tools/clangrefactoringbackend/source/CMakeLists.txt
index cd15e8ad33..f4b66e3399 100644
--- a/src/tools/clangrefactoringbackend/source/CMakeLists.txt
+++ b/src/tools/clangrefactoringbackend/source/CMakeLists.txt
@@ -1,4 +1,5 @@
add_qtc_library(clangrefactoringbackend_lib STATIC
+ PUBLIC_DEPENDS Threads::Threads
DEPENDS libclang clangTooling clangIndex clangQuery ClangSupport
DEFINES CLANGSUPPORT_BUILD_LIB
PUBLIC_INCLUDES