Skip to content

Commit 405ff98

Browse files
authored
Merge pull request #19 from slangbot/format-6450-push-ppyroxovrrzn
Format code for PR #6450
2 parents 28a0994 + 106fbd8 commit 405ff98

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

cmake/SlangTarget.cmake

+8-4
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,14 @@ function(slang_add_target dir type)
507507
endif()
508508
install(
509509
TARGETS ${target} ${export_args}
510-
ARCHIVE DESTINATION ${archive_subdir} ${ARGN}
511-
LIBRARY DESTINATION ${library_subdir} ${ARGN}
512-
RUNTIME DESTINATION ${runtime_subdir} ${ARGN}
513-
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} ${ARGN}
510+
ARCHIVE DESTINATION ${archive_subdir}
511+
${ARGN}
512+
LIBRARY DESTINATION ${library_subdir}
513+
${ARGN}
514+
RUNTIME DESTINATION ${runtime_subdir}
515+
${ARGN}
516+
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
517+
${ARGN}
514518
)
515519
endmacro()
516520

0 commit comments

Comments
 (0)