Skip to content

Commit

Permalink
windows still needs
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Dec 28, 2024
1 parent 2759b70 commit c827634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backends/optix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ target_link_libraries(crt_optix PUBLIC
display
${CUDA_LIBRARIES})

if (WIN32)
target_link_libraries(crt_optix PUBLIC ${CUDA_CUDA_LIBRARY})
endif()

install(TARGETS crt_optix
LIBRARY DESTINATION bin)

0 comments on commit c827634

Please sign in to comment.