Skip to content

Commit 3bd2f88

Browse files
authored
Merge pull request #16 from slangbot/format-6062-bindless
Format code for PR #6062
2 parents 48e567b + 3eb559d commit 3bd2f88

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
@@ -505,10 +505,14 @@ function(slang_add_target dir type)
505505
endif()
506506
install(
507507
TARGETS ${target} ${export_args}
508-
ARCHIVE DESTINATION ${archive_subdir} ${ARGN}
509-
LIBRARY DESTINATION ${library_subdir} ${ARGN}
510-
RUNTIME DESTINATION ${runtime_subdir} ${ARGN}
511-
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} ${ARGN}
508+
ARCHIVE DESTINATION ${archive_subdir}
509+
${ARGN}
510+
LIBRARY DESTINATION ${library_subdir}
511+
${ARGN}
512+
RUNTIME DESTINATION ${runtime_subdir}
513+
${ARGN}
514+
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
515+
${ARGN}
512516
)
513517
endmacro()
514518

0 commit comments

Comments
 (0)