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 f71e757 commit 38acf18Copy full SHA for 38acf18
lib/Interpreter/CMakeLists.txt
@@ -138,15 +138,11 @@ else()
138
${link_libs}
139
)
140
else()
141
- add_library(clangCppInterOp
142
- SHARED
+ llvm_add_library(clangCppInterOp
143
CppInterOp.cpp
144
CXCppInterOp.cpp
145
${DLM}
146
- )
147
- set_target_properties(clangCppInterOp PROPERTIES
148
- LINK_FLAGS "-lLLVM-20git"
149
+ )
150
endif()
151
152
0 commit comments