Commit 17677418 authored by Jeremy Tellaa's avatar Jeremy Tellaa Committed by jeremad

fix(win): fix build in case of not delay loading

parent 71514b36
......@@ -465,6 +465,8 @@ function(link_target_to_libvideostitch TARGET_NAME)
set(new_link_flags "${existing_link_flags} ${new_link_flags}")
endif()
set_target_properties(${TARGET_NAME} PROPERTIES LINK_FLAGS ${new_link_flags})
else()
target_link_libraries(${TARGET_NAME} PUBLIC ${VS_LIB_DEFAULT})
endif()
elseif(APPLE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment