We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ffacf commit 7ee4a56Copy full SHA for 7ee4a56
1 file changed
cpp2rust/CMakeLists.txt
@@ -5,6 +5,7 @@ list(REMOVE_ITEM CORE_SOURCES
5
)
6
7
add_library(cpp2rust_core STATIC ${CORE_SOURCES})
8
+llvm_update_compile_flags(cpp2rust_core)
9
10
target_link_libraries(cpp2rust_core PUBLIC
11
clangAST
0 commit comments