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.
2 parents 42f2c69 + 85e1c0d commit 7b137ccCopy full SHA for 7b137cc
Sources/LLVM/CMakeLists.txt
@@ -6,3 +6,6 @@ target_compile_options(LLVM_Utils PUBLIC
6
target_include_directories(LLVM_Utils PUBLIC
7
"${LLVM_MAIN_INCLUDE_DIR}"
8
"${LLVM_INCLUDE_DIR}")
9
+install(TARGETS LLVM_Utils
10
+ ARCHIVE DESTINATION lib
11
+ LIBRARY DESTINATION lib)
0 commit comments