--- a/CMakeLists.txt 2021-01-10 18:43:52.000000000 +0100 +++ b/CMakeLists.txt 2022-01-13 00:22:34.000000000 +0100 @@ -253,7 +253,7 @@ # On MSVC clang-standalone crashes with a meaningless backtrace if linked to ClazyPlugin.dll target_link_libraries(clazy-standalone clangFrontend) else() - target_link_libraries(clazy-standalone ClazyPlugin) + target_link_libraries(clazy-standalone ClazyPlugin stdc++fs) endif() link_to_llvm(clazy-standalone TRUE)