From ea9869f019d04d9127e66efbee514dd88b1fdbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gouveia?= Date: Sat, 6 Jun 2026 23:20:51 +0000 Subject: [PATCH] Add llvm compile flags to cpp2rust_core --- cpp2rust/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp2rust/CMakeLists.txt b/cpp2rust/CMakeLists.txt index 6ba7baac..6329db50 100644 --- a/cpp2rust/CMakeLists.txt +++ b/cpp2rust/CMakeLists.txt @@ -5,6 +5,7 @@ list(REMOVE_ITEM CORE_SOURCES ) add_library(cpp2rust_core STATIC ${CORE_SOURCES}) +llvm_update_compile_flags(cpp2rust_core) target_link_libraries(cpp2rust_core PUBLIC clangAST