Skip to content

Commit 9f50699

Browse files
vchuravywsmoses
authored andcommitted
add Enzyme to install target list (#99)
1 parent 1b4b57c commit 9f50699

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: enzyme/Enzyme/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ add_library( Enzyme-${LLVM_VERSION_MAJOR}
8989
${ENZYME_SRC}
9090
)
9191
target_link_libraries(Enzyme-${LLVM_VERSION_MAJOR} LLVM)
92+
install(TARGETS Enzyme-${LLVM_VERSION_MAJOR} DESTINATION lib)
9293

9394
if (APPLE)
9495
# Darwin-specific linker flags for loadable modules.

0 commit comments

Comments
 (0)