Skip to content

Commit

Permalink
Merge pull request #16 from slangbot/format-6062-bindless
Browse files Browse the repository at this point in the history
Format code for PR #6062
  • Loading branch information
csyonghe authored Jan 14, 2025
2 parents 48e567b + 3eb559d commit 3bd2f88
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions cmake/SlangTarget.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,14 @@ function(slang_add_target dir type)
endif()
install(
TARGETS ${target} ${export_args}
ARCHIVE DESTINATION ${archive_subdir} ${ARGN}
LIBRARY DESTINATION ${library_subdir} ${ARGN}
RUNTIME DESTINATION ${runtime_subdir} ${ARGN}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} ${ARGN}
ARCHIVE DESTINATION ${archive_subdir}
${ARGN}
LIBRARY DESTINATION ${library_subdir}
${ARGN}
RUNTIME DESTINATION ${runtime_subdir}
${ARGN}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
${ARGN}
)
endmacro()

Expand Down

0 comments on commit 3bd2f88

Please sign in to comment.