Skip to content

Commit d09dd1b

Browse files
committed
Update CMakeLists.txt
1 parent d7e0fc7 commit d09dd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ else()
134134
${link_libs}
135135
)
136136

137-
target_compile_definitions(clangCppInterOp PRIVATE "_CINDEX_LIB_") # workaround for the use of `CINDEX_LINKAGE`
137+
target_compile_definitions(clangCppInterOp PUBLIC "_CINDEX_LIB_") # workaround for the use of `CINDEX_LINKAGE`
138138
endif()
139139

140140
string(REPLACE ";" "\;" _VER CPPINTEROP_VERSION)

0 commit comments

Comments
 (0)