We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d700613 commit 3f7f2f8Copy full SHA for 3f7f2f8
src/PackageProject.cmake
@@ -258,6 +258,9 @@ function(package_project)
258
${FILE_SET_ARGS}
259
)
260
set(runtime_dirs)
261
+ if(CONAN_RUNTIME_LIB_DIRS)
262
+ list(APPEND runtime_dirs ${CONAN_RUNTIME_LIB_DIRS})
263
+ endif()
264
if(VCPKG_INSTALLED_DIR)
265
list(APPEND runtime_dirs
266
"${VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}$<$<CONFIG:Debug>:/debug>/bin"
0 commit comments