mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-13 07:36:39 +00:00
[ryu]Ryu include fix (#10989)
* Ryu include installation path fix * Ryu include installation path fix
This commit is contained in:
parent
6219c61b51
commit
49822446b5
@ -1,5 +1,5 @@
|
||||
Source: ryu
|
||||
Version: 2.0-1
|
||||
Version: 2.0-2
|
||||
Homepage: https://github.com/ulfjack/ryu
|
||||
Description: Ryu generates the shortest decimal representation of a floating point number that maintains round-trip safety.
|
||||
Supports: !(uwp|arm|x86)
|
||||
|
@ -33,6 +33,6 @@ else()
|
||||
endif()
|
||||
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE-Boost DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
file(INSTALL ${SOURCE_PATH}/ryu/ryu.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/)
|
||||
file(INSTALL ${SOURCE_PATH}/ryu/ryu.h DESTINATION ${CURRENT_PACKAGES_DIR}/include/ryu/)
|
||||
file(INSTALL ${CMAKE_CURRENT_LIST_DIR}/ryuConfig.cmake DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user