Skip to content

Commit

Permalink
[win] Create the externals folder before copying
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 9, 2023
1 parent 194ae7d commit 3b3bd7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/avendish.max.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function(avnd_create_max_package)
foreach(_external ${AVND_EXTERNALS})
if(WIN32)
add_custom_command(TARGET ${_external} POST_BUILD
COMMAND ${CMAKE_COMMAND} -E make_directory "${_pkg}/externals/"
COMMAND ${CMAKE_COMMAND} -E copy "$<TARGET_FILE:${_external}>" "${_pkg}/externals/"
)
else()
Expand Down

0 comments on commit 3b3bd7b

Please sign in to comment.