Skip to content

Commit

Permalink
Update CMakeLists.txt to include Metal shader library installation fo…
Browse files Browse the repository at this point in the history
…r macOS release
  • Loading branch information
royshil committed Jul 30, 2024
1 parent bdeec7f commit 4bd560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ else()
DESTINATION ${CMAKE_SOURCE_DIR}/release)
if(APPLE)
# copy the Metal shader library to the release directory
install(DIRECTORY ${INSTALL_DIR}/lib/bin
install(DIRECTORY ${INSTALL_DIR}/bin
DESTINATION ${CMAKE_SOURCE_DIR}/release)
install(
FILES
Expand Down

0 comments on commit 4bd560c

Please sign in to comment.