aboutsummaryrefslogtreecommitdiff
path: root/include-fixer/plugin/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'include-fixer/plugin/CMakeLists.txt')
-rw-r--r--include-fixer/plugin/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/include-fixer/plugin/CMakeLists.txt b/include-fixer/plugin/CMakeLists.txt
index fb05e844..2799fd4a 100644
--- a/include-fixer/plugin/CMakeLists.txt
+++ b/include-fixer/plugin/CMakeLists.txt
@@ -9,4 +9,5 @@ add_clang_library(clangIncludeFixerPlugin
clangParse
clangSema
clangTooling
+ ${PTHREAD_LIB}
)