blob: 6bd09bd3272bef2ed7a9ca2214170a4515932033 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ur a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt 2022-08-19 00:58:47.518958902 +0000
+++ b/CMakeLists.txt 2022-08-19 01:03:37.193667800 +0000
@@ -262,6 +262,7 @@
target_link_libraries(clazy-standalone clangFrontend)
else()
target_link_libraries(clazy-standalone ClazyPlugin)
+ target_link_libraries(clazy-standalone stdc++fs)
endif()
link_to_llvm(clazy-standalone TRUE)
|