Skip to content

Commit

Permalink
Fixed windows cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
ActiveChooN committed Dec 20, 2024
1 parent b9b2567 commit 3cafae5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion windows/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,6 @@ get_filename_component(BINDINGS_DIRECTORY ../bindings ABSOLUTE)
file(GLOB BINDINGS
"${BINDINGS_DIRECTORY}/*.dll"
)
install(FILES "${BINDINGS}" DESTINATION "${CMAKE_INSTALL_PREFIX}" COMPONENT Runtime)
if(BINDINGS)
install(FILES "${BINDINGS}" DESTINATION "${CMAKE_INSTALL_PREFIX}" COMPONENT Runtime)
endif()

0 comments on commit 3cafae5

Please sign in to comment.