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 42f2c69 commit 85e1c0dCopy full SHA for 85e1c0d
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