Skip to content

Commit 43f9074

Browse files
committed
[Heavy] Make install rule for heavy-scheme
1 parent 1244c48 commit 43f9074

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

heavy/tools/heavy-scheme/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ set_target_properties(heavy-scheme PROPERTIES ENABLE_EXPORTS 1)
99
add_llvm_install_targets(install-heavy-scheme
1010
DEPENDS heavy-scheme
1111
COMPONENT heavy-scheme)
12+
13+
install(TARGETS heavy-scheme
14+
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
15+
COMPONENT heavy-scheme)

0 commit comments

Comments
 (0)