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 d7e0fc7 commit d09dd1bCopy full SHA for d09dd1b
lib/Interpreter/CMakeLists.txt
@@ -134,7 +134,7 @@ else()
134
${link_libs}
135
)
136
137
- target_compile_definitions(clangCppInterOp PRIVATE "_CINDEX_LIB_") # workaround for the use of `CINDEX_LINKAGE`
+ target_compile_definitions(clangCppInterOp PUBLIC "_CINDEX_LIB_") # workaround for the use of `CINDEX_LINKAGE`
138
endif()
139
140
string(REPLACE ";" "\;" _VER CPPINTEROP_VERSION)
0 commit comments