[loguru] Fix link issue (#10050)

This commit is contained in:
Phoebe 2020-03-11 08:06:56 +08:00 committed by GitHub
parent 2057f0339b
commit 330ef69f9e
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,4 @@
Source: loguru
Version: v2.1.0
Version: 2.1.0-1
Homepage: https://github.com/emilk/loguru
Description: A lightweight and flexible C++ logging library

View File

@ -8,6 +8,7 @@ vcpkg_from_github(
if(VCPKG_TARGET_IS_WINDOWS)
file(INSTALL ${SOURCE_PATH}/loguru.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include/loguru)
file(INSTALL ${SOURCE_PATH}/loguru.cpp DESTINATION ${CURRENT_PACKAGES_DIR}/include/loguru)
endif()
if(VCPKG_TARGET_IS_LINUX OR VCPKG_TARGET_IS_OSX)