[concurrentqueue] Fix header include path (#5550)

This commit is contained in:
Connor Fitzgerald 2019-03-05 13:05:28 -05:00 committed by Victor Romero
parent 9040bb8a78
commit c041ae2c6f

View File

@ -12,4 +12,4 @@ vcpkg_from_github(
file(INSTALL ${SOURCE_PATH}/LICENSE.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/concurrentqueue RENAME copyright)
file(GLOB HEADER_FILES ${SOURCE_PATH}/*.h)
file(COPY ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(COPY ${HEADER_FILES} DESTINATION ${CURRENT_PACKAGES_DIR}/include/concurrentqueue)