We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48e567b + 3eb559d commit 3bd2f88Copy full SHA for 3bd2f88
cmake/SlangTarget.cmake
@@ -505,10 +505,14 @@ function(slang_add_target dir type)
505
endif()
506
install(
507
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}
+ ARCHIVE DESTINATION ${archive_subdir}
+ ${ARGN}
+ LIBRARY DESTINATION ${library_subdir}
512
+ RUNTIME DESTINATION ${runtime_subdir}
513
514
+ PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
515
516
)
517
endmacro()
518
0 commit comments