From 21e30e6d802e3ab3b985cb9b4bde0fa5adef432d Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 22 May 2017 18:06:33 -0700 Subject: Added fluid.exe to output tools This is added as per the conversion here https://github.com/Microsoft/vcpkg/pull/551#issuecomment-303247813 If this should not be in the vcpkg output, please close the PR. --- ports/fltk/portfile.cmake | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ports/fltk/portfile.cmake b/ports/fltk/portfile.cmake index 261a03c7f..aca489e3f 100644 --- a/ports/fltk/portfile.cmake +++ b/ports/fltk/portfile.cmake @@ -40,11 +40,15 @@ file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/CMAKE ${CURRENT_PACKAGES_DIR}/debug/include ) + +file(COPY ${CURRENT_PACKAGES_DIR}/bin/fluid.exe DESTINATION ${CURRENT_PACKAGES_DIR}/tools) file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/fluid.exe) file(REMOVE ${CURRENT_PACKAGES_DIR}/bin/fltk-config) +file(COPY ${CURRENT_PACKAGES_DIR}/debug/bin/fluid.exe DESTINATION ${CURRENT_PACKAGES_DIR}/tools/debug) file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/bin/fluid.exe) file(REMOVE ${CURRENT_PACKAGES_DIR}/debug/bin/fltk-config) + vcpkg_copy_pdbs() if (VCPKG_LIBRARY_LINKAGE STREQUAL dynamic) -- cgit v1.2.3