[josuttis-jthread] Fix include path (#13040)

This commit is contained in:
Rémy Tassoux 2020-08-24 20:20:02 +02:00 committed by GitHub
parent 9816985c3d
commit 15e886daeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
Source: josuttis-jthread
Version: 2020-07-21
Port-Version: 1
Homepage: https://github.com/josuttis/jthread
Description: C++ class for a joining and cooperative interruptible thread (std::jthread) with stop_token helper

View File

@ -10,6 +10,6 @@ vcpkg_from_github(
file(INSTALL ${SOURCE_PATH}/source/jthread.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/source/stop_token.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/source/condition_variable_any2.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include})
file(INSTALL ${SOURCE_PATH}/source/condition_variable_any2.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)
file(INSTALL ${SOURCE_PATH}/README.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)